From 2445352cbdc2ee5a4d48cb6cc3de23d27698d708 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 10 Mar 2015 12:07:38 +0100 Subject: [PATCH] bump all md5sums to new values, now that debootstrap installs systemd-sysv instead of upstart the ordering and thus the group numbering has changed --- debian/changelog | 8 +++++++- live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 231f6f37..b5c5d6f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,18 @@ livecd-rootfs (2.292) UNRELEASED; urgency=low + [ Michael Vogt ] * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: - python2 is no longer required on a snappy system * live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early: - updated md5sums as the ordering of users/groups has changed with the new systemd-sysv - -- Michael Vogt Tue, 10 Mar 2015 11:29:16 +0100 + [ Oliver Grawert ] + * live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early: + bump all md5sums to new values, now that debootstrap installs systemd-sysv + instead of upstart the ordering and thus the group numbering has changed + + -- Oliver Grawert Tue, 10 Mar 2015 12:07:16 +0100 livecd-rootfs (2.291) vivid; urgency=low 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 97bea6ce..909f034e 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 @@ -3,10 +3,10 @@ ERRCNT="" # Known good post-debootstrap values -passwd_bootstrap="5e8366ef9c178b62079468966f38ce5f" -shadow_bootstrap="1c562aa2ed2f443b9151953e800eca16" -group_bootstrap="11709d548918f428231ce5801f6da521" -gshadow_bootstrap="52170f98470bb898b27f7403b96aae91" +passwd_bootstrap="1050cdb2fcde4d10c86399616f64dfdb" +shadow_bootstrap="7fa48d7fb0e3a1ede9c98ff7b1b33622" +group_bootstrap="63c26ba30ffcd19be36f02a88621ab91" +gshadow_bootstrap="e42acfd7c494c6085b5f3d2b1e353995" # Current post-debootstrap values passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)