From 8ed443ff58777525fa2fa5933bc0d9d2099644d5 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 2 Oct 2018 14:32:59 -0700 Subject: [PATCH] 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 --- share/composer/ami.ks | 5 +---- share/composer/vhd.ks | 5 +---- share/composer/vmdk.ks | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/share/composer/ami.ks b/share/composer/ami.ks index 39567348..86d8f26a 100644 --- a/share/composer/ami.ks +++ b/share/composer/ami.ks @@ -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 diff --git a/share/composer/vhd.ks b/share/composer/vhd.ks index fd7e920d..83622db8 100644 --- a/share/composer/vhd.ks +++ b/share/composer/vhd.ks @@ -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 diff --git a/share/composer/vmdk.ks b/share/composer/vmdk.ks index 3cab6d50..6dab5277 100644 --- a/share/composer/vmdk.ks +++ b/share/composer/vmdk.ks @@ -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