appliance-tools/0002-switch-from-authconfig...

37 lines
1.0 KiB
Diff

From d1d2eac31801a0aa99159ea9b575fe3e85d5fde8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com>
Date: Fri, 9 Jul 2021 14:18:58 +0200
Subject: [PATCH] switch from authconfig to authselect
Authconfig compatibility tool (from authselect-compat) will be removed from Fedora 35:
https://fedoraproject.org/wiki/Changes/RemoveAuthselectCompatPackage
---
config/fedora-aos.ks | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/config/fedora-aos.ks b/config/fedora-aos.ks
index 97ad20cd0bd3dbf3fe6d0f453776c37770dac206..0f49d90f66caf6250444f5f6df9de87d1fc21e2f 100644
--- a/config/fedora-aos.ks
+++ b/config/fedora-aos.ks
@@ -4,7 +4,7 @@
lang C
keyboard us
timezone US/Eastern
-auth --useshadow --enablemd5
+authselect select sssd with-silent-lastlog --force
selinux --permissive
firewall --disabled
bootloader --timeout=1 --append="acpi=force console=ttyS0,115200"
@@ -72,8 +72,6 @@ iputils
-setserial
-ed
-# Remove the authconfig pieces
--authconfig
-rhpl
-wireless-tools
--
2.31.1