You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
@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?
While using rocky9 vagrant kickstart file I noticed that it uses
authconfig
which has been replaced byauthselect
. Hence Anaconda will fail to install thatauthconfig
package.The solution is to replace both occurrences of
authconfig
byauthselect
(But beaware that whileauthselect
supports the 2 params and can be a drop-in replacement, it works differently)The text was updated successfully, but these errors were encountered: