mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +00:00
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
- add default ubuntu user to "adm" and "sudo" groups
This commit is contained in:
parent
3b7c4b69f4
commit
fb84e38cf2
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.359) xenial; urgency=medium
|
||||
|
||||
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
|
||||
- add default ubuntu user to "adm" and "sudo" groups
|
||||
|
||||
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 07 Dec 2015 11:03:35 +0100
|
||||
|
||||
livecd-rootfs (2.358) xenial; urgency=medium
|
||||
|
||||
* Fix typo in ubuntu-cpc preventing non-intel builds.
|
||||
|
@ -6,7 +6,7 @@ USER=ubuntu
|
||||
UGID=1000
|
||||
|
||||
echo "I: creating default user $USER"
|
||||
adduser --gecos $USER --disabled-login $USER --uid $UGID
|
||||
adduser --ingroup adm --ingroup sudo --gecos $USER --disabled-login $USER --uid $UGID
|
||||
|
||||
chown -R $UGID:$UGID /home/$USER
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user