Update the 00-uid-gid-fix.chroot_early hook for touch to include the new known good bootstrap hash values.

ubuntu/yakkety
Łukasz 'sil2100' Zemczak 8 years ago
parent 1d71b6d5ab
commit bbc880716d

7
debian/changelog vendored

@ -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 <lukasz.zemczak@ubuntu.com> Fri, 30 Sep 2016 11:20:22 +0200
livecd-rootfs (2.433) yakkety; urgency=medium livecd-rootfs (2.433) yakkety; urgency=medium
* Use the virtual kernel for the arm64 cpc images instead of generic. * Use the virtual kernel for the arm64 cpc images instead of generic.

@ -3,8 +3,8 @@
ERRCNT="" ERRCNT=""
# Known good post-debootstrap values # Known good post-debootstrap values
passwd_bootstrap="f2598910b254fd6da1ccf0f96c887cb0" passwd_bootstrap="8c7663019ac545a6ba9a6021dd54b129"
shadow_bootstrap="541badbde89169deaae3fc04d52b4fac" shadow_bootstrap="021bea180cc9e71a34519d1212092954"
group_bootstrap="4a1be7f950a839f44708bb0919339ff9" group_bootstrap="4a1be7f950a839f44708bb0919339ff9"
gshadow_bootstrap="e75f449f2327bc7e4c306a73e04d8815" gshadow_bootstrap="e75f449f2327bc7e4c306a73e04d8815"

Loading…
Cancel
Save