X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpost-install;h=6e32ab18f619b056a2438705ebcff27f8addd1ea;hb=9c756b01d12acd169345f3066cc9ee4e9bcf22ec;hp=c50b6493426c35099b7b2fb9fb016c075fcfe430;hpb=f79ad533872310110168964318c24c7c3eb6edf2;p=hvlinux.git diff --git a/stage5/post-install b/stage5/post-install index c50b649..6e32ab1 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,scanner,plugdev \ + usermod -a -G \ + audio,video,cdrom,usb,shutdown,kvm,lp,lpadmin,scanner,plugdev \ ${REGUSER} fi