X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpost-install;h=c50b6493426c35099b7b2fb9fb016c075fcfe430;hb=7101d402b4b335f65fb43262c848b398d02168bf;hp=52cca62ca2e19c1e32821cd184700a06c75262be;hpb=c2ded3db67ea6548cc1e73276ce0a392e1c9315d;p=hvlinux.git diff --git a/stage5/post-install b/stage5/post-install index 52cca62..c50b649 100755 --- a/stage5/post-install +++ b/stage5/post-install @@ -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