From ab8b336fcbc30a2234ac8d2ed062b6984e0b3f34 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 3 May 2015 20:53:02 -0400 Subject: [PATCH] Add regular user to dialout group for Stellarium --- stage5/post-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1