From a1a7b88f0d8037806bfa6dc4fbd750bca7047b6e Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 16 May 2018 13:57:03 +0200 Subject: [PATCH] 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. --- fedora-iot-base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-iot-base.json b/fedora-iot-base.json index 7b722a8..b62cca3 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -76,7 +76,7 @@ "rpm-ostree", "lvm2", "chrony", "cryptsetup", - "authselect", "authselect-compat", + "authconfig", "e2fsprogs", "gnupg2", "basesystem",