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

anaconda container iso: add option to disable default kickstart configuration #365

Open
p5 opened this issue Jan 15, 2024 · 0 comments
Open

Comments

@p5
Copy link

p5 commented Jan 15, 2024

The ISO container installer has hard-coded Kickstart configuration which bypasses all manual configuration. While this is likely the most common use-case, there are some where we wish to still keep the manual configuration steps, and would be awesome if there was a way to enable/disable this.

The main place this would be used is when we are distributing ISO installers for others and don't necessarily need a zero-click installation, such as desktop images or smaller scale business setups where you don't require installing in bulk.

We would like to be able to allow the user to do the following:

  • Create their own credentials
  • Custom partitioning
  • Set their language and keyboard layout
  • Set the timezone
  • Configure networking (hostnames, static IPs etc)

The user credentials should be easy enough (and not require any changes) - we just don't need to pass in any credentials to the osbuild configuration. The others are all hard-coded in this repo and are currently not possible to bypass.

It would be great if this option is accessible from the bootc-image-builder tools.

@p5 p5 changed the title iso: add option to disable default kickstart configuration anaconda container iso: add option to disable default kickstart configuration Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant