~tsimonq2/livecd-rootfs/lubuntu-next-image

« back to all changes in this revision

Viewing changes to live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2016-06-07 09:20:27 UTC
  • Revision ID: lukasz.zemczak@canonical.com-20160607092027-rwpkp37ey4ovovu5
Update post-debootstrap hashes for ubuntu-touch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
ERRCNT=""
4
4
 
5
5
# Known good post-debootstrap values
6
 
passwd_bootstrap="b1a93d7f7c6dfe40034b80e43de9ffc3"
7
 
shadow_bootstrap="396cbe822f1dd1dd055bd5c6bcabd0c3"
8
 
group_bootstrap="77a05f7c087eb2492f5970132aa436d4"
9
 
gshadow_bootstrap="d610b4f0a42808f4d99b72dfff14435a"
 
6
passwd_bootstrap="f2598910b254fd6da1ccf0f96c887cb0"
 
7
shadow_bootstrap="541badbde89169deaae3fc04d52b4fac"
 
8
group_bootstrap="4a1be7f950a839f44708bb0919339ff9"
 
9
gshadow_bootstrap="e75f449f2327bc7e4c306a73e04d8815"
10
10
 
11
11
# Current post-debootstrap values
12
12
passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)