From: Hugo Villeneuve Date: Mon, 4 May 2015 00:53:02 +0000 (-0400) Subject: Add regular user to dialout group for Stellarium X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=ab8b336fcbc30a2234ac8d2ed062b6984e0b3f34 Add regular user to dialout group for Stellarium --- diff --git a/stage5/post-install b/stage5/post-install index 6e32ab1..383ab6e 100755 --- a/stage5/post-install +++ b/stage5/post-install @@ -9,7 +9,7 @@ if [ -n "${REGUSER}" ]; then # Add user to these supplementary groups: usermod -a -G \ - audio,video,cdrom,usb,shutdown,kvm,lp,lpadmin,scanner,plugdev \ + audio,dialout,video,cdrom,usb,shutdown,kvm,lp,lpadmin,scanner,plugdev \ ${REGUSER} fi