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 12, 2023
1 parent 6ae2653 commit efa8002
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ 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 efa8002

Please sign in to comment.