X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpost-install;h=fb6c9924a77a09003a1b46f02b0ba34eaf0d3e19;hb=c264b89a6f18ecf0d5d7c65172ff9dbc23825648;hp=86f919afeb9c40d00a42ffc9f1d2a74cf5347fe6;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage2/post-install b/stage2/post-install index 86f919a..fb6c992 100755 --- a/stage2/post-install +++ b/stage2/post-install @@ -15,7 +15,7 @@ EOF chmod -v 644 /etc/default/useradd if [ -n "${REGUSER}" ]; then - hv_useradd -g users -G audio,video,usb -s /bin/bash -m ${REGUSER} + hv_useradd -g users -G audio,video,cdrom,usb,shutdown -s /bin/bash -m ${REGUSER} fi echo "Copying /etc/skel files to root directory"