X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpost-install;h=383ab6e334f740f6116214cf0367b3a30e6011cc;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=52cca62ca2e19c1e32821cd184700a06c75262be;hpb=89b725d539327897df19c5ea824b094b1316f067;p=hvlinux.git diff --git a/stage5/post-install b/stage5/post-install index 52cca62..383ab6e 100755 --- a/stage5/post-install +++ b/stage5/post-install @@ -8,7 +8,9 @@ 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,dialout,video,cdrom,usb,shutdown,kvm,lp,lpadmin,scanner,plugdev \ + ${REGUSER} fi if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then