X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpost-install;h=22435ae8cf22a8145e50c5dbadb012c63a3038f2;hb=0e16274e2c5eed61e3d80546bc26c71940d02841;hp=86f919afeb9c40d00a42ffc9f1d2a74cf5347fe6;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage2/post-install b/stage2/post-install index 86f919a..22435ae 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,usb,shutdown -s /bin/bash -m ${REGUSER} fi echo "Copying /etc/skel files to root directory"