From bcfda67527cc99c6437b74f6deaeb3e5b8e5e497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 14 Dec 2015 09:45:06 +0100 Subject: [PATCH] Update the passwd/shadow db hashes on ubuntu-touch builds --- live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 a03b3b53..e7761869 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,8 +3,8 @@ ERRCNT="" # Known good post-debootstrap values -passwd_bootstrap="7d89b96d37aab3fd22e4570862e3a8eb" -shadow_bootstrap="4627fdc1f1f2712bc52544d5501bcf81" +passwd_bootstrap="12e43f2db1904588e57222ec6dc5680e" +shadow_bootstrap="68a335c6f7f9e8d26c1dc98b0004b57a" group_bootstrap="ffbe05611b49480cb289f343a67d7e7b" gshadow_bootstrap="46121fc1a7d95f37e7a3fb21db8061e8"