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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user