Replies: 2 comments 4 replies
-
|
I think you can get around both issues by disabling the Anaconda modules responsible for each one. If you disable users and localization, you should get the behaviour you need, where Anaconda wont block on the lack of user and wont try to do anything related to localization (keyboard and lang). |
Beta Was this translation helpful? Give feedback.
-
|
I confirm Anaconda no longer blocks without l10n and users modules . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I build iso file with bootc-image-builder, if I don't specify lang and keyboard in the kickstart file, Anaconda seems to specifically override with default values : the
/root/anaconda-ks.cfgcontains default values for keyboard and locale (en_US) and seems generated by Anaconda itself during installHowever, the image already has locale and keyboard configured.
It will also remove any pre-existing user directory in
/home(I don't know exactly why).This force to duplicate config in image and kickstart file to get correct post-install state.
Anaconda also refuse to auto-install without specify root password or create user (reported here https://bugzilla.redhat.com/show_bug.cgi?id=2441928)
Is it possible to prevent that ?
Beta Was this translation helpful? Give feedback.
All reactions