diff --git a/debian/changelog b/debian/changelog index ac512b7d..8a53b46a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.284) UNRELEASED; urgency=medium + + * bump the gshadow hash in 00-uid-gid-fix.chroot_early too + + -- Oliver Grawert Wed, 11 Feb 2015 21:07:27 +0100 + livecd-rootfs (2.283) vivid; urgency=low [ Michael Vogt ] diff --git a/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early b/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early index ccb2eaca..0b456332 100755 --- a/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early +++ b/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early @@ -6,7 +6,7 @@ ERRCNT="" passwd_bootstrap="5e8366ef9c178b62079468966f38ce5f" shadow_bootstrap="1c562aa2ed2f443b9151953e800eca16" group_bootstrap="11709d548918f428231ce5801f6da521" -gshadow_bootstrap="3819432fb99fe6b8f38410c58d503de1" +gshadow_bootstrap="52170f98470bb898b27f7403b96aae91" # Current post-debootstrap values passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)