From 9c756b01d12acd169345f3066cc9ee4e9bcf22ec Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 4 Jan 2015 22:22:08 -0500 Subject: [PATCH] Add lp group to regular user --- stage5/post-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1