bump all md5sums to new values, now that debootstrap installs systemd-sysv instead of upstart the ordering and thus the group numbering has changed

ubuntu/yakkety
Oliver Grawert 10 years ago
parent d2e794ed53
commit 2445352cbd

8
debian/changelog vendored

@ -1,12 +1,18 @@
livecd-rootfs (2.292) UNRELEASED; urgency=low livecd-rootfs (2.292) UNRELEASED; urgency=low
[ Michael Vogt ]
* 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: * live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early:
- updated md5sums as the ordering of users/groups has changed with - updated md5sums as the ordering of users/groups has changed with
the new systemd-sysv the new systemd-sysv
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Mar 2015 11:29:16 +0100 [ Oliver Grawert ]
* live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early:
bump all md5sums to new values, now that debootstrap installs systemd-sysv
instead of upstart the ordering and thus the group numbering has changed
-- Oliver Grawert <ogra@ubuntu.com> Tue, 10 Mar 2015 12:07:16 +0100
livecd-rootfs (2.291) vivid; urgency=low livecd-rootfs (2.291) vivid; urgency=low

@ -3,10 +3,10 @@
ERRCNT="" ERRCNT=""
# Known good post-debootstrap values # Known good post-debootstrap values
passwd_bootstrap="5e8366ef9c178b62079468966f38ce5f" passwd_bootstrap="1050cdb2fcde4d10c86399616f64dfdb"
shadow_bootstrap="1c562aa2ed2f443b9151953e800eca16" shadow_bootstrap="7fa48d7fb0e3a1ede9c98ff7b1b33622"
group_bootstrap="11709d548918f428231ce5801f6da521" group_bootstrap="63c26ba30ffcd19be36f02a88621ab91"
gshadow_bootstrap="52170f98470bb898b27f7403b96aae91" gshadow_bootstrap="e42acfd7c494c6085b5f3d2b1e353995"
# 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