Update inline comment to reflect the change from the fedora username to the liveuser username.

This commit is contained in:
Jonathan Steffan 2017-06-19 22:06:44 -06:00
parent 329f6b3294
commit 75a71d5aa4
1 changed files with 1 additions and 1 deletions

View File

@ -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