live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early: add new "input"

group to etc/group and etc/gshadow static maps.
ubuntu/yakkety
Loïc Minier 10 years ago
parent 94a5c45de1
commit 9256eed5b5

4
debian/changelog vendored

@ -10,6 +10,10 @@ livecd-rootfs (2.276) UNRELEASED; urgency=medium
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
- run with -e
[ Loïc Minier ]
* live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early: add new "input"
group to etc/group and etc/gshadow static maps.
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 28 Jan 2015 11:00:23 -0500
livecd-rootfs (2.275+ppa2) vivid; urgency=medium

@ -133,6 +133,7 @@ systemd-timesync:x:108:
systemd-network:x:109:
systemd-resolve:x:110:
systemd-bus-proxy:x:111:
input:x:112:
EOF
else
echo "/etc/group post-debootstrap hash doesn't match record" >&2
@ -192,6 +193,7 @@ systemd-timesync:!::
systemd-network:!::
systemd-resolve:!::
systemd-bus-proxy:!::
input:!::
EOF
else
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2

Loading…
Cancel
Save