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

group to etc/group and etc/gshadow static maps.
This commit is contained in:
Loïc Minier 2015-02-04 13:15:30 +01:00
parent 94a5c45de1
commit 9256eed5b5
2 changed files with 6 additions and 0 deletions

4
debian/changelog vendored
View File

@ -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

View File

@ -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