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 e4c098b7e0
commit 8ed443ff58
3 changed files with 3 additions and 12 deletions

View File

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

View File

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

View File

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