projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd9a20
)
Add regular user to dialout group for Stellarium
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 4 May 2015 00:53:02 +0000
(20:53 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 14 Aug 2015 05:20:06 +0000
(
01:20
-0400)
stage5/post-install
patch
|
blob
|
history
diff --git
a/stage5/post-install
b/stage5/post-install
index
6e32ab1
..
383ab6e
100755
(executable)
--- 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