From d2e794ed539a88b26c4d54aba0c2c66951e52756 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 10 Mar 2015 11:47:36 +0100 Subject: [PATCH] * 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 --- debian/changelog | 3 +++ live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 88eebc0f..231f6f37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ livecd-rootfs (2.292) UNRELEASED; urgency=low * 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 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 d5f53471..f799bd82 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 @@ -3,10 +3,10 @@ ERRCNT="" # Known good post-debootstrap values -passwd_bootstrap="9738946debbc125bd6cf3f197582a8a5" -shadow_bootstrap="4d299751999cae6de045390dd568812c" -group_bootstrap="63632e6266046ef7e59a1f090f93a2de" -gshadow_bootstrap="0b17c40c462aba03bed49ce62300de73" +passwd_bootstrap="af34a24499223f08ab713138bec7ff54" +shadow_bootstrap="1fd73103260cbe5a13a4a38320de4129" +group_bootstrap="9edf30f181a6fd1d860cc7f4a71aa640" +gshadow_bootstrap="b9db51ef767ab98db963db69844635dd" # Current post-debootstrap values passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)