-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coreos: Support ignition files #1835
Comments
Somewhat related to:
Although those were related to username and password, we'd probably have to do something like that in that area of the create modal to support ignition configuration for CoreOS. |
If a custom CLI parameter needs to be provided we ought to let osinfo solve this for us. https://gitlab.com/libosinfo/osinfo-db |
I should clarify and rename this issue. It's not really about custom support, but support for ignition files, which CoreOS needs. (docs.fedoraproject.org is currently down for me, so here's a recent archive: |
Related but interesting, suse hosts an ignition generator https://opensuse.github.io/fuel-ignition/edit |
Discussed in #1829
Originally posted by michaelschapira September 22, 2024
I want to experiment with CoreOS. To boot / install and ignition file needs to be provided.
As per documentation several CLI parameters need to be provided :
--qemu-commandline="-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}"
Thanks.
The text was updated successfully, but these errors were encountered: