3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-25 18:01:17 +00:00

Don't add a docker group to desktop next

This commit is contained in:
Sebastien Bacher 2015-06-08 09:49:16 +02:00
parent c62e895610
commit 26012cb9ef
2 changed files with 7 additions and 1 deletions
debian
live-build/ubuntu-desktop-next/hooks

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.310) UNRELEASED; urgency=medium
* Don't add a docker group to desktop next
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 08 Jun 2015 09:48:43 +0200
livecd-rootfs (2.309) wily; urgency=medium
* Updated user/groups config for the desktop-next

@ -2,7 +2,7 @@
USER=ubuntu
DEFGROUPS="docker,sudo"
DEFGROUPS="sudo"
echo "I: add $USER to ($DEFGROUPS) group(s)"
usermod -a -G ${DEFGROUPS} ${USER}