Thanks again! I do have these lines in my fedora-live-base.ks also (that is being called by fedora-live-shunya-30.ks).


# add fedora 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




On Thursday, May 30, 2019, 12:37:32 AM CDT, Samuel Sieb <samuel@sieb.net> wrote:


On 5/29/19 10:17 PM, Globe Trotter via devel wrote:
> %include fedora-live-base.ks

That file is where the user creation should be.

I am still on F29 and this is what is in
/usr/share/spin-kickstarts/fedora-live-base.ks:

# 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


That's part of the bootup scripts near the bottom of the file.  See what
is in yours.

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org