mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
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 <pbrobinson@fedoraproject.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user