Skip to content

Commit 9694a50

Browse files
authored
add needed pwconv and grpconv commands before passwd
1 parent 6e2ef6c commit 9694a50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/post-install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ echo "KEYMAP=$KEYMAP" > /etc/vconsole.conf
3030
# Timezone
3131
ln -s /usr/share/zoneinfo/$TIMEZONE /etc/localtime
3232

33+
pwconv
34+
grpconv
35+
3336
# User creation
3437
useradd -m -G users,wheel,audio,video,input -s /bin/bash $USERNAME
3538
echo -e "${USER_PSWD}\n${USER_PSWD}" | passwd -q $USERNAME

0 commit comments

Comments
 (0)