Correction ajout usager au groupe shutdown
[hvlinux.git] / stage2 / post-install
index 86f919a..22435ae 100755 (executable)
@@ -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"