Workaround authselect issue in F28AW
For beta we are seeing an issue where the nsswitch.conf file
is getting the altfiles entry removed from it by authselect.
As a hack workaround let's make anaconda not call authselect
by default by removing the fprintd-pam rpm from the ostree.
See the following for context:
- https://github.com/pbrezina/authselect/issues/48
- 059ec35ab9/pyanaconda/kickstart.py (L324-L329)
This commit is contained in:
parent
8d663d8830
commit
7512f9f4af
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@
|
|||
"foomatic",
|
||||
"foomatic-db-ppds",
|
||||
"fpaste",
|
||||
"fprintd-pam",
|
||||
"fros-gnome",
|
||||
"gdm",
|
||||
"gedit",
|
||||
|
|
Loading…
Reference in a new issue