tmichett / Fedora_Remix

Fedora Linux Remix
2 stars 0 forks source link

Fix New User Setup #29

Closed tmichett closed 10 months ago

tmichett commented 10 months ago

After creating the "ansible-user" now the liveuser no longer exists and it doesn't prompt to create a new user after installation. Need to see if we can have the built-in acccount for ansible-user and also prompt to create a new user on first login.

tmichett commented 10 months ago

Create a "liveuser" with "liveuser" password. Update YAD stuff ... new issue

tmichett commented 10 months ago

Live-User only exists on the LiveUSB boot and does not appear on the "Installed to Disk" system

tmichett commented 10 months ago

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

tmichett commented 10 months ago

Gave AnsibleUser UID/GID 700 and that allowed LiveUser to work as intended and prompted for automatic user setup