From 95e9f1d8e8dba29e7faf9eaaf2f07734b63ae37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 4 Feb 2015 14:25:02 +0100 Subject: [PATCH] Update post-debootstrap hashes in live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early. --- debian/changelog | 2 ++ live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a889cbb1..c104ed59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ livecd-rootfs (2.278) UNRELEASED; urgency=medium to docker group in live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot. This fixes static uid/gid maps for docker user/group. + * Update post-debootstrap hashes in + live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early. -- Loïc Minier Wed, 04 Feb 2015 13:39:26 +0100 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 766cc44e..2ac5f474 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 @@ -1,10 +1,10 @@ #!/bin/sh -eu # Known good post-debootstrap values -passwd_bootstrap="9738946debbc125bd6cf3f197582a8a5" -shadow_bootstrap="4d299751999cae6de045390dd568812c" -group_bootstrap="dd4a0ebdd3f5d170d5a46e6bade5c6c3" -gshadow_bootstrap="42025e85925432105b429b7c801a50a4" +passwd_bootstrap="9ebb1c3da5b0ad8f1d366528b32c97cb" +shadow_bootstrap="1c562aa2ed2f443b9151953e800eca16" +group_bootstrap="60cd81599d39db5d624e63c8c18d4a5e" +gshadow_bootstrap="3819432fb99fe6b8f38410c58d503de1" # Current post-debootstrap values passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)