Mise à jour script de backup pour archiver correctement avec tar.
[hvlinux.git] / stage2 / post-install
index 22435ae..fb6c992 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,shutdown -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"