live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early: also add input

group.
ubuntu/yakkety
Loïc Minier 10 years ago
parent ebb7684dd8
commit 9bda91ee77

2
debian/changelog vendored

@ -3,6 +3,8 @@ livecd-rootfs (2.278) UNRELEASED; urgency=medium
* Add live-build/ubuntu-core/hooks/99zz-check-uid-gid.chroot, copy of
live-build/ubuntu-touch/hooks/99zz-check-uid-gid.chroot with just the
error message changed. Currently, the passwd/group checks weren't run.
* live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early: also add input
group.
-- Loïc Minier <loic.minier@ubuntu.com> Wed, 04 Feb 2015 13:39:26 +0100

@ -175,6 +175,7 @@ systemd-network:x:117:
systemd-resolve:x:118:
systemd-bus-proxy:x:119:
systemd-journal-remote:x:120:
input:x:121:
EOF
else
echo "/etc/group post-debootstrap hash doesn't match record" >&2
@ -256,6 +257,7 @@ systemd-network:!::
systemd-resolve:!::
systemd-bus-proxy:!::
systemd-journal-remote:!::
input:!::
EOF
else
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2

Loading…
Cancel
Save