Adjust the new templates for locked root

also remote the auth line so that it uses the defaults.

Related: rhbz#1628645
Related: rhbz#1628646
Related: rhbz#1628647
Related: rhbz#1628648
This commit is contained in:
Brian C. Lane 2018-10-02 14:32:59 -07:00
parent 13e6a68154
commit 0a71478ac4
3 changed files with 3 additions and 12 deletions

View File

@ -6,12 +6,9 @@ part /boot --size=1024
# Firewall configuration
firewall --enabled
# Root password
rootpw --plaintext removethispw
# NOTE: The root account is locked by default
# Network information
network --bootproto=dhcp --onboot=on --activate
# System authorization information
auth --useshadow --enablemd5
# System keyboard
keyboard --xlayouts=us --vckeymap=us
# System language

View File

@ -6,12 +6,9 @@ part /boot --size=1024
# Firewall configuration
firewall --enabled
# Root password
rootpw --plaintext removethispw
# NOTE: The root account is locked by default
# Network information
network --bootproto=dhcp --onboot=on --activate
# System authorization information
auth --useshadow --enablemd5
# System keyboard
keyboard --xlayouts=us --vckeymap=us
# System language

View File

@ -3,12 +3,9 @@
# Firewall configuration
firewall --enabled
# Root password
rootpw --plaintext removethispw
# NOTE: The root account is locked by default
# Network information
network --bootproto=dhcp --onboot=on --activate
# System authorization information
auth --useshadow --enablemd5
# System keyboard
keyboard --xlayouts=us --vckeymap=us
# System language