From 71bed67657fe93518896739f1d5b5a05cd541f13 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 12 Nov 2016 15:10:51 -0600 Subject: [PATCH] add rootpw --lock to all livekickstarts for rhbz#1392468 I was told that what we had should never have worked. A bug in anaconda was fixed causing the need for the user or root spokes to have to be dealt with. locking the root account should satisfy everything. Signed-off-by: Dennis Gilmore --- fedora-live-base.ks | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 31568e6..e7f84d8 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -19,6 +19,7 @@ clearpart --all part / --size 5120 --fstype ext4 services --enabled=NetworkManager,ModemManager --disabled=sshd network --bootproto=dhcp --device=link --activate +rootpw --lock --iscrypted locked shutdown %include fedora-repo.ks