mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Import patches-unapplied version 2.224 to ubuntu/utopic-proposed
Imported using git-ubuntu import. Changelog parent: 17b8a1df96557cf0b527d346c90d0f041a2c677d New changelog entries: * drop extra space in DEFGROUPS variable
This commit is contained in:
parent
17b8a1df96
commit
33e2ad65cd
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.224) utopic; 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