Skip to content

Commit

Permalink
Merge pull request #205 from vimanuelt/master
Browse files Browse the repository at this point in the history
Add live user with specific UID of 1100
  • Loading branch information
ericbsd authored Sep 10, 2024
2 parents 929eafa + 2ebd812 commit 5db883b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_config/setuser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e -u
set_user()
{
chroot "${release}" pw usermod -s /usr/local/bin/fish -n root
chroot "${release}" pw useradd "${live_user}" \
chroot "${release}" pw useradd "${live_user}" -u 1100 \
-c "GhostBSD Live User" -d "/home/${live_user}" \
-g wheel -G operator -m -s /usr/local/bin/fish -k /usr/share/skel -w none
}
Expand Down

0 comments on commit 5db883b

Please sign in to comment.