mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-27 11:01:18 +00:00
Import patches-unapplied version 2.280 to ubuntu/vivid-proposed
Imported using git-ubuntu import. Changelog parent: 552fc27ec03a4347ae14a0fbbf4f294b13545f05 New changelog entries: * live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot: use commas instead of spaces.
This commit is contained in:
parent
552fc27ec0
commit
f3ee6d7ce0
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.280) vivid; urgency=medium
|
||||||
|
|
||||||
|
* live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot: use commas
|
||||||
|
instead of spaces.
|
||||||
|
|
||||||
|
-- Loïc Minier <loic.minier@ubuntu.com> Wed, 04 Feb 2015 18:03:08 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.279) vivid; urgency=medium
|
livecd-rootfs (2.279) vivid; urgency=medium
|
||||||
|
|
||||||
* Revert changes to post-debootstrap hashes for core.
|
* Revert changes to post-debootstrap hashes for core.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
USER=ubuntu
|
USER=ubuntu
|
||||||
|
|
||||||
DEFGROUPS="docker sudo"
|
DEFGROUPS="docker,sudo"
|
||||||
|
|
||||||
echo "I: add $USER to ($DEFGROUPS) group(s)"
|
echo "I: add $USER to ($DEFGROUPS) group(s)"
|
||||||
usermod -a -G ${DEFGROUPS} ${USER}
|
usermod -a -G ${DEFGROUPS} ${USER}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user