* live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early:

- updated md5sums as the ordering of users/groups has changed with
    the new systemd-sysv
ubuntu/yakkety
Michael Vogt 10 years ago
parent 1583b1d23a
commit d2e794ed53

3
debian/changelog vendored

@ -2,6 +2,9 @@ livecd-rootfs (2.292) UNRELEASED; urgency=low
* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:
- python2 is no longer required on a snappy system - python2 is no longer required on a snappy system
* live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early:
- updated md5sums as the ordering of users/groups has changed with
the new systemd-sysv
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Mar 2015 11:29:16 +0100 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Mar 2015 11:29:16 +0100

@ -3,10 +3,10 @@
ERRCNT="" ERRCNT=""
# Known good post-debootstrap values # Known good post-debootstrap values
passwd_bootstrap="9738946debbc125bd6cf3f197582a8a5" passwd_bootstrap="af34a24499223f08ab713138bec7ff54"
shadow_bootstrap="4d299751999cae6de045390dd568812c" shadow_bootstrap="1fd73103260cbe5a13a4a38320de4129"
group_bootstrap="63632e6266046ef7e59a1f090f93a2de" group_bootstrap="9edf30f181a6fd1d860cc7f4a71aa640"
gshadow_bootstrap="0b17c40c462aba03bed49ce62300de73" gshadow_bootstrap="b9db51ef767ab98db963db69844635dd"
# Current post-debootstrap values # Current post-debootstrap values
passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1) passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)

Loading…
Cancel
Save