From 7512f9f4af56b8ad4ed4c78d3ac7fb958f2e0b5a Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Apr 02 2018 21:11:40 +0000 Subject: 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 - https://github.com/rhinstaller/anaconda/blob/059ec35ab90defbdcc785e5bd2cebcd0b6cba510/pyanaconda/kickstart.py#L324-L329 --- diff --git a/fedora-workstation-base-pkgs.json b/fedora-workstation-base-pkgs.json index be6a44b..d4b00ff 100644 --- a/fedora-workstation-base-pkgs.json +++ b/fedora-workstation-base-pkgs.json @@ -74,7 +74,6 @@ "foomatic", "foomatic-db-ppds", "fpaste", - "fprintd-pam", "fros-gnome", "gdm", "gedit",