mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +00:00
Fix earlier mistake of changing the wrong hashes.
This commit is contained in:
parent
6d1b1d76f2
commit
05f661be29
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.368) UNRELEASED; urgency=medium
|
||||
|
||||
* Fix earlier mistake of changing the wrong hashes.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Mon, 14 Dec 2015 10:01:58 +0100
|
||||
|
||||
livecd-rootfs (2.367) xenial; urgency=medium
|
||||
|
||||
* Update the passwd/shadow db hashes on ubuntu-touch builds
|
||||
|
@ -3,8 +3,8 @@
|
||||
ERRCNT=""
|
||||
|
||||
# Known good post-debootstrap values
|
||||
passwd_bootstrap="12e43f2db1904588e57222ec6dc5680e"
|
||||
shadow_bootstrap="68a335c6f7f9e8d26c1dc98b0004b57a"
|
||||
passwd_bootstrap="7d89b96d37aab3fd22e4570862e3a8eb"
|
||||
shadow_bootstrap="4627fdc1f1f2712bc52544d5501bcf81"
|
||||
group_bootstrap="ffbe05611b49480cb289f343a67d7e7b"
|
||||
gshadow_bootstrap="46121fc1a7d95f37e7a3fb21db8061e8"
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
ERRCNT=""
|
||||
|
||||
# Known good post-debootstrap values
|
||||
passwd_bootstrap="677bdb95956f6214a0007543fe15a1bf"
|
||||
shadow_bootstrap="7fa48d7fb0e3a1ede9c98ff7b1b33622"
|
||||
passwd_bootstrap="12e43f2db1904588e57222ec6dc5680e"
|
||||
shadow_bootstrap="68a335c6f7f9e8d26c1dc98b0004b57a"
|
||||
group_bootstrap="eb863998da1d7cad986cea2466ef23a1"
|
||||
gshadow_bootstrap="5da14ec60af7c53eacadc05859bfd5f4"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user