* live-build/ubuntu-core/hooks/01-setup_user.chroot:

- do not create "ubuntu" user for ubuntu-core anymore, the
* live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot
  - dropped
ubuntu/yakkety
Michael Vogt 8 years ago
parent 5f9521d65f
commit d4dd5b3a8a

5
debian/changelog vendored

@ -1,7 +1,10 @@
livecd-rootfs (2.430) UNRELEASED; urgency=medium livecd-rootfs (2.430) UNRELEASED; urgency=medium
* do not create "ubuntu" user for ubuntu-core anymore, the * live-build/ubuntu-core/hooks/01-setup_user.chroot:
- do not create "ubuntu" user for ubuntu-core anymore, the
console-conf package will create this user now console-conf package will create this user now
* live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot
- dropped
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 02 Sep 2016 17:03:57 +0200 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 02 Sep 2016 17:03:57 +0200

@ -1,8 +0,0 @@
#!/bin/sh -x
USER=ubuntu
DEFGROUPS="docker,sudo"
echo "I: add $USER to ($DEFGROUPS) group(s)"
usermod -a -G ${DEFGROUPS} ${USER}
Loading…
Cancel
Save