mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-07 14:54:06 +08:00
Switch md5 to sha512. Fixes bug #1234068
This is pretty cosmetic as live and cloud images don't use passwords and they install with sha512 fine, but some people may use these kickstarts as a base for their spins, so we should use best practices.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
lang C
|
||||
keyboard us
|
||||
timezone US/Eastern
|
||||
auth --useshadow --enablemd5
|
||||
auth --useshadow --passalgo=sha512
|
||||
selinux --permissive
|
||||
firewall --disabled
|
||||
bootloader --timeout=1 --append="acpi=force"
|
||||
|
||||
Reference in New Issue
Block a user