From 75a71d5aa4655080a456115650ee085f4dfc74b0 Mon Sep 17 00:00:00 2001 From: Jonathan Steffan Date: Mon, 19 Jun 2017 22:06:44 -0600 Subject: [PATCH] Update inline comment to reflect the change from the fedora username to the liveuser username. --- fedora-live-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index e7f84d8..e74e4ad 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -174,7 +174,7 @@ if [ -n "\$configdone" ]; then exit 0 fi -# add fedora user with no passwd +# add liveuser user with no passwd action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser passwd -d liveuser > /dev/null usermod -aG wheel liveuser > /dev/null