From f83f033060630ce1e089a372fd5f39b1cfecf988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 7 Jun 2016 11:20:27 +0200 Subject: [PATCH] Update post-debootstrap hashes for ubuntu-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 ee4e8bc7..2850a848 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.414) UNRELEASED; urgency=medium + + * Update post-debootstrap hashes for ubuntu-touch. + + -- Ɓukasz 'sil2100' Zemczak Tue, 07 Jun 2016 11:18:54 +0200 + livecd-rootfs (2.413) yakkety; urgency=medium * name switch from ubuntu-core to just core was postponed ... temporarily 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 9d492e74..430d3c18 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="b1a93d7f7c6dfe40034b80e43de9ffc3" -shadow_bootstrap="396cbe822f1dd1dd055bd5c6bcabd0c3" -group_bootstrap="77a05f7c087eb2492f5970132aa436d4" -gshadow_bootstrap="d610b4f0a42808f4d99b72dfff14435a" +passwd_bootstrap="f2598910b254fd6da1ccf0f96c887cb0" +shadow_bootstrap="541badbde89169deaae3fc04d52b4fac" +group_bootstrap="4a1be7f950a839f44708bb0919339ff9" +gshadow_bootstrap="e75f449f2327bc7e4c306a73e04d8815" # Current post-debootstrap values passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)