Update post-debootstrap hashes in

live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early.
ubuntu/yakkety
Loïc Minier 10 years ago
parent 29c976b326
commit 95e9f1d8e8

2
debian/changelog vendored

@ -11,6 +11,8 @@ livecd-rootfs (2.278) UNRELEASED; urgency=medium
to docker group in
live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot. This fixes
static uid/gid maps for docker user/group.
* Update post-debootstrap hashes in
live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early.
-- Loïc Minier <loic.minier@ubuntu.com> Wed, 04 Feb 2015 13:39:26 +0100

@ -1,10 +1,10 @@
#!/bin/sh -eu
# Known good post-debootstrap values
passwd_bootstrap="9738946debbc125bd6cf3f197582a8a5"
shadow_bootstrap="4d299751999cae6de045390dd568812c"
group_bootstrap="dd4a0ebdd3f5d170d5a46e6bade5c6c3"
gshadow_bootstrap="42025e85925432105b429b7c801a50a4"
passwd_bootstrap="9ebb1c3da5b0ad8f1d366528b32c97cb"
shadow_bootstrap="1c562aa2ed2f443b9151953e800eca16"
group_bootstrap="60cd81599d39db5d624e63c8c18d4a5e"
gshadow_bootstrap="3819432fb99fe6b8f38410c58d503de1"
# Current post-debootstrap values
passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)

Loading…
Cancel
Save