X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpost-install;h=52cca62ca2e19c1e32821cd184700a06c75262be;hb=59d689076b8aa617893e6fc647d7c0c0ecd5902a;hp=6437adb45b7c66dbe4e239f434b7a225c3d111fc;hpb=bb6605da165ac255e04fc94c9de999d708275a5f;p=hvlinux.git diff --git a/stage5/post-install b/stage5/post-install index 6437adb..52cca62 100755 --- a/stage5/post-install +++ b/stage5/post-install @@ -8,7 +8,7 @@ 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 ${REGUSER} + usermod -a -G audio,video,cdrom,usb,shutdown,kvm,lpadmin ${REGUSER} fi if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then