Skip to content
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

Consider supporting live ISO console customization #979

Open
bgilbert opened this issue Sep 9, 2022 · 0 comments
Open

Consider supporting live ISO console customization #979

bgilbert opened this issue Sep 9, 2022 · 0 comments

Comments

@bgilbert
Copy link
Contributor

bgilbert commented Sep 9, 2022

#977 introduces install --console and iso/pxe customize --dest-console to customize the bootloader and kernel console in the installed system. For live PXE boots we don't control the bootloader configuration or kernel arguments, but in the live ISO we do. Consider adding iso customize --live-console to configure the bootloader and kernel console in the live system. This would require supporting configuration syntax for every bootloader used in the ISO image, currently ISOLINUX and GRUB for x86_64.

Additionally, we could add iso customize --console as sugar for --dest-console X --live-console X. Note that --dest-console invokes the installer as a side effect, so --console isn't a complete replacement for --live-console.

I don't think there's a broad use case for this, but it might be useful in unusual situations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant