Switch from authselect to authconfig to fix boot issues

Authselect does not have an ostree compatible profile.
ostree requires "Altfiles" in the shadow and group lines of /etc/nsswitch.conf to be
able to access system accounts, but there's no way to make authselect generate this.

This is the reason the FAH config also still uses authconfig.
This commit is contained in:
Patrick Uiterwijk 2018-05-16 13:57:03 +02:00
commit a1a7b88f0d

View file

@ -76,7 +76,7 @@
"rpm-ostree", "lvm2",
"chrony",
"cryptsetup",
"authselect", "authselect-compat",
"authconfig",
"e2fsprogs",
"gnupg2",
"basesystem",