We have several situations where writing a generic image to the disk instead of having to wait for cluster creation to write the image to disk would be helpful.
Solution
Kernel option or similar to be able to create an installer ISO that boots up and writes the generic image to the system disk directly with no human intervention.
Alternative Solutions
Grub option to write the image to the disk, which would be safer but slower. Or boot some other OS and use dd to write the image.
Problem Description
We have several situations where writing a generic image to the disk instead of having to wait for cluster creation to write the image to disk would be helpful.
Solution
Kernel option or similar to be able to create an installer ISO that boots up and writes the generic image to the system disk directly with no human intervention.
Alternative Solutions
Grub option to write the image to the disk, which would be safer but slower. Or boot some other OS and use
dd
to write the image.Notes
No response