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:
parent
0a457c2d09
commit
a1a7b88f0d
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
"rpm-ostree", "lvm2",
|
||||
"chrony",
|
||||
"cryptsetup",
|
||||
"authselect", "authselect-compat",
|
||||
"authconfig",
|
||||
"e2fsprogs",
|
||||
"gnupg2",
|
||||
"basesystem",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue