Update sane-backends options
[hvlinux.git] / stage5 / post-install
index 52cca62..c50b649 100755 (executable)
@@ -8,7 +8,8 @@ if [ -n "${REGUSER}" ]; then
     hv_useradd -g users -s /bin/bash -m ${REGUSER}
 
     # Add user to these supplementary groups:
-    usermod -a -G audio,video,cdrom,usb,shutdown,kvm,lpadmin ${REGUSER}
+    usermod -a -G audio,video,cdrom,usb,shutdown,kvm,lpadmin,scanner,plugdev  \
+            ${REGUSER}
 fi
 
 if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then