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