diff --git a/debian/changelog b/debian/changelog index 14517b81..23821244 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.434) UNRELEASED; urgency=medium + + * Update the 00-uid-gid-fix.chroot_early hook for touch to include the new + known good bootstrap hash values. + + -- Ɓukasz 'sil2100' Zemczak Fri, 30 Sep 2016 11:20:22 +0200 + livecd-rootfs (2.433) yakkety; urgency=medium * Use the virtual kernel for the arm64 cpc images instead of generic. 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 430d3c18..54a5a47b 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,8 +3,8 @@ ERRCNT="" # Known good post-debootstrap values -passwd_bootstrap="f2598910b254fd6da1ccf0f96c887cb0" -shadow_bootstrap="541badbde89169deaae3fc04d52b4fac" +passwd_bootstrap="8c7663019ac545a6ba9a6021dd54b129" +shadow_bootstrap="021bea180cc9e71a34519d1212092954" group_bootstrap="4a1be7f950a839f44708bb0919339ff9" gshadow_bootstrap="e75f449f2327bc7e4c306a73e04d8815"