-
Notifications
You must be signed in to change notification settings - Fork 169
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
buildextend-live: add --miniso switch #2466
Conversation
Could we just skip the system area tweaking for the minimal ISO? That code will be going away in #2455 anyway, and any coreos-installer release that supports miniso generation will also support new-style Ignition/kargs embedding. |
Yup, good call! I'll rebase coreos/coreos-installer#559 on top of coreos/coreos-installer#622 then update this one. |
Updated! |
Since ba15feb, the Ignition config is now a bona fide file on the live ISO rather than just padding to the existing initramfs image. Update the comments and variable names to reflect this.
This switch enables the new minimal ISO packing feature (see coreos/coreos-installer#559). Once a coreos-installer version with miniso support is present in RHCOS and FCOS, we can make it unconditional and drop the switch. For now, this will allow testing in the coreos-installer upstream CI.
This is like `iso-install`, but exercises the minimal ISO workflow instead. Also, confusingly the install itself is offline, though it does need networking to fetch the rootfs. See comment block about this in `InstallViaISOEmbed`.
Updated for comments! |
This switch enables the new minimal ISO packing feature (see
coreos/coreos-installer#559).
Once a coreos-installer version with miniso support is present in RHCOS
and FCOS, we can make it unconditional and drop the switch. For now,
this will allow testing in the coreos-installer upstream CI.