Skip to content

Commit

Permalink
Update build-image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow authored Sep 10, 2023
1 parent c0f72c2 commit c2f3d54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ systemctl --global enable ${USER_SERVICES}
# disable root login
passwd --lock root
#
groupadd -r wheel 2>/dev/null
groupadd -r users 2>/dev/null
# create user
groupadd -r autologin
useradd -m ${USERNAME} -G autologin,wheel
Expand Down

0 comments on commit c2f3d54

Please sign in to comment.