mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 22:58:23 +00:00
drop extra space in DEFGROUPS variable
This commit is contained in:
parent
5e3a012867
commit
307c451da1
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.224) UNRELEASED; urgency=medium
|
||||
|
||||
* drop extra space in DEFGROUPS variable
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Wed, 16 Jul 2014 20:32:58 +0200
|
||||
|
||||
livecd-rootfs (2.223) utopic; urgency=medium
|
||||
|
||||
* add android_cache group (GID 2001) so that after we switch developer mode
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
USER=phablet
|
||||
|
||||
DEFGROUPS="tty,sudo,adm,dialout,cdrom,plugdev,audio,dip,video,gps,radio,bluetooth,android_net,android_net2,android_net3,android_graphics,android_input,sdcard_rw,android_media,android_nvram, android_cache"
|
||||
DEFGROUPS="tty,sudo,adm,dialout,cdrom,plugdev,audio,dip,video,gps,radio,bluetooth,android_net,android_net2,android_net3,android_graphics,android_input,sdcard_rw,android_media,android_nvram,android_cache"
|
||||
|
||||
/bin/egrep -i "^audio:" /etc/group
|
||||
if [ $? -eq 0 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user