mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-29 02:13:09 +00: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:
parent
c15ef07fa6
commit
6841b8b115
@ -1,6 +1,5 @@
|
|||||||
lang en_US.UTF-8
|
|
||||||
#keyboard us
|
#keyboard us
|
||||||
auth --useshadow --passalgo=sha512
|
lang en_US.UTF-8
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns,ssh
|
firewall --enabled --service=mdns,ssh
|
||||||
|
|
||||||
|
@ -29,7 +29,6 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
|
@ -11,7 +11,6 @@ text
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
|
@ -2,7 +2,6 @@ text
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
# Disabled for modular compose (for now)
|
# Disabled for modular compose (for now)
|
||||||
#firewall --enabled --service=mdns
|
#firewall --enabled --service=mdns
|
||||||
|
Loading…
Reference in New Issue
Block a user