lavabit / robox

The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
620 stars 140 forks source link

rocky 9 - authconfig replaced by authselect in kickstart config #281

Open bashtian-fr opened 10 months ago

bashtian-fr commented 10 months ago

While using rocky9 vagrant kickstart file I noticed that it uses authconfig which has been replaced by authselect. Hence Anaconda will fail to install that authconfig package.

The solution is to replace both occurrences of authconfig by authselect (But beaware that while authselect supports the 2 params and can be a drop-in replacement, it works differently)

ladar commented 9 months ago

@bashtian-fr I would this change applies to all of the RHEL 9 variations? And probably to the Fedora boxes. Just a question of starting with which release?

Can you summarize how the behavior changes?