From 8fa28215c8f4327f2d8bf9d0a929a39bf8125443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Fri, 15 Apr 2016 13:54:30 +0200 Subject: [PATCH] Update the passwd, shadow, group and gshadow bootstrap hashes for touch. --- debian/changelog | 6 ++++++ live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 56ad9ed1..55350077 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.402) UNRELEASED; urgency=medium + + * Update the passwd, shadow, group and gshadow bootstrap hashes for touch. + + -- Ɓukasz 'sil2100' Zemczak Fri, 15 Apr 2016 13:52:56 +0200 + livecd-rootfs (2.401) xenial; urgency=medium * Re-enable systemd predictable network interface naming on cloud-images 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 5dcbc976..553f402d 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="12e43f2db1904588e57222ec6dc5680e" -shadow_bootstrap="68a335c6f7f9e8d26c1dc98b0004b57a" -group_bootstrap="aaf84a9eebc91636adb0e2b38cedd0e1" -gshadow_bootstrap="7c976f5ac7b8f8207c7009dcac48eecb" +passwd_bootstrap="b1a93d7f7c6dfe40034b80e43de9ffc3" +shadow_bootstrap="396cbe822f1dd1dd055bd5c6bcabd0c3" +group_bootstrap="77a05f7c087eb2492f5970132aa436d4" +gshadow_bootstrap="d610b4f0a42808f4d99b72dfff14435a" # Current post-debootstrap values passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)