From f7c5d2ac50e9978d96a67369c13cdcb6ac0975fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?=
 <lukasz.zemczak@canonical.com>
Date: Thu, 3 Mar 2016 10:04:06 +0100
Subject: [PATCH] Update the debootstrap group and gshadow hashes for
 ubuntu-touch.

---
 live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 2b5cfc69..5dcbc976 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
@@ -5,8 +5,8 @@ ERRCNT=""
 # Known good post-debootstrap values
 passwd_bootstrap="12e43f2db1904588e57222ec6dc5680e"
 shadow_bootstrap="68a335c6f7f9e8d26c1dc98b0004b57a"
-group_bootstrap="eb863998da1d7cad986cea2466ef23a1"
-gshadow_bootstrap="5da14ec60af7c53eacadc05859bfd5f4"
+group_bootstrap="aaf84a9eebc91636adb0e2b38cedd0e1"
+gshadow_bootstrap="7c976f5ac7b8f8207c7009dcac48eecb"
 
 # Current post-debootstrap values
 passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)