From 9256eed5b5d9b998211cb8cf146015328d343f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 4 Feb 2015 13:15:30 +0100 Subject: [PATCH] live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early: add new "input" group to etc/group and etc/gshadow static maps. --- debian/changelog | 4 ++++ live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early | 2 ++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 425dfa97..e4ce637e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 28 Jan 2015 11:00:23 -0500 livecd-rootfs (2.275+ppa2) vivid; urgency=medium diff --git a/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early b/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early index cada0005..df651ddc 100755 --- a/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early +++ b/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early @@ -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