Re: Require user account setup during kickstart install before %post?

2021-06-28 Thread Pushpendra Chavan
Hi, You can write a %pre script which would force ask user to enter username and password or any other information and then write that information down in a /tmp/somefile.txt Then continue the installation, and in %post section, first %post would be with --nochroot where it will copy that text

Require user account setup during kickstart install before %post?

2021-06-28 Thread Andrew Simpson
Is it possible to require/force a user to enter in their user account information before the install gets to the %post section via the graphical installer? I need everything else to be automated, except this step, and need to modify that user's groups in the "post" section. It appears that if