siderolabs / omni-feedback

Omni feature requests, bug reports
https://www.siderolabs.com/platform/saas-for-kubernetes/
MIT License
2 stars 0 forks source link

[feature] Ability to write generic image to disk from ISO #58

Open ArcherSeven opened 1 year ago

ArcherSeven commented 1 year ago

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