From 6841b8b1153e9ba27ef796cd11af5620921d8b3f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 6 Dec 2019 15:29:57 +0000 Subject: [PATCH] Remove auth line from kickstarts The "auth --useshadow --passalgo=sha512" is long default and auth option itself has moved to authselect and is obsolete so this actually pulls in extra dependencies. Drop it as the shadaow and sha512 are defaults. Signed-off-by: Peter Robinson --- fedora-arm-base.ks | 3 +-- fedora-cloud-base.ks | 1 - fedora-cloud-bigdata.ks | 1 - fedora-disk-base.ks | 1 - fedora-live-base.ks | 1 - fedora-modular-disk-minimal.ks | 1 - 6 files changed, 1 insertion(+), 7 deletions(-) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 54ddedb..29d9c2c 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -1,6 +1,5 @@ -lang en_US.UTF-8 #keyboard us -auth --useshadow --passalgo=sha512 +lang en_US.UTF-8 selinux --enforcing firewall --enabled --service=mdns,ssh diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 0fb3e7a..4abe751 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -29,7 +29,6 @@ lang en_US.UTF-8 keyboard us timezone --utc Etc/UTC -auth --useshadow --passalgo=sha512 selinux --enforcing rootpw --lock --iscrypted locked diff --git a/fedora-cloud-bigdata.ks b/fedora-cloud-bigdata.ks index 066aa96..1199cb4 100644 --- a/fedora-cloud-bigdata.ks +++ b/fedora-cloud-bigdata.ks @@ -16,7 +16,6 @@ lang en_US.UTF-8 keyboard us timezone --utc Etc/UTC -auth --useshadow --passalgo=sha512 selinux --enforcing rootpw --lock --iscrypted locked user --name=none diff --git a/fedora-disk-base.ks b/fedora-disk-base.ks index a4285d8..3486dd9 100644 --- a/fedora-disk-base.ks +++ b/fedora-disk-base.ks @@ -11,7 +11,6 @@ text lang en_US.UTF-8 keyboard us timezone US/Eastern -auth --useshadow --passalgo=sha512 selinux --enforcing firewall --enabled --service=mdns services --enabled=sshd,NetworkManager,chronyd,zram-swap diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 46585f3..a56d1cc 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -10,7 +10,6 @@ lang en_US.UTF-8 keyboard us timezone US/Eastern -auth --useshadow --passalgo=sha512 selinux --enforcing firewall --enabled --service=mdns xconfig --startxonboot diff --git a/fedora-modular-disk-minimal.ks b/fedora-modular-disk-minimal.ks index 6cc92a3..5c839cd 100644 --- a/fedora-modular-disk-minimal.ks +++ b/fedora-modular-disk-minimal.ks @@ -2,7 +2,6 @@ text lang en_US.UTF-8 keyboard us timezone US/Eastern -auth --useshadow --passalgo=sha512 selinux --enforcing # Disabled for modular compose (for now) #firewall --enabled --service=mdns