From: Hugo Villeneuve Date: Mon, 5 Jan 2015 03:22:08 +0000 (-0500) Subject: Add lp group to regular user X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=9c756b01d12acd169345f3066cc9ee4e9bcf22ec Add lp group to regular user --- 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