commit 282c3621ba001d0c863040573a9522e95663a202 Author: Adam Williamson awilliam@redhat.com Date: Mon May 27 15:40:28 2013 -0700
Remove root password
From Brian Lane: needed with livecd-tools >= 19.3, see RHBZ #964299
fedora-live-base.ks | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 6e56ee6..f8f1eea 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -179,6 +179,9 @@ action "Adding live user" useradd $USERADDARGS -c "Live System User" liveuser passwd -d liveuser > /dev/null usermod -aG wheel liveuser > /dev/null
+# Remove root password lock +passwd -d root > /dev/null + # turn off firstboot for livecd boots systemctl --no-reload disable firstboot-text.service 2> /dev/null || : systemctl --no-reload disable firstboot-graphical.service 2> /dev/null || :