mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-04 23:01:15 +00:00
Update the passwd, shadow, group and gshadow bootstrap hashes for touch.
This commit is contained in:
parent
2d84e8588b
commit
8fa28215c8
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.402) UNRELEASED; urgency=medium
|
||||
|
||||
* Update the passwd, shadow, group and gshadow bootstrap hashes for touch.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 15 Apr 2016 13:52:56 +0200
|
||||
|
||||
livecd-rootfs (2.401) xenial; urgency=medium
|
||||
|
||||
* Re-enable systemd predictable network interface naming on cloud-images
|
||||
|
@ -3,10 +3,10 @@
|
||||
ERRCNT=""
|
||||
|
||||
# Known good post-debootstrap values
|
||||
passwd_bootstrap="12e43f2db1904588e57222ec6dc5680e"
|
||||
shadow_bootstrap="68a335c6f7f9e8d26c1dc98b0004b57a"
|
||||
group_bootstrap="aaf84a9eebc91636adb0e2b38cedd0e1"
|
||||
gshadow_bootstrap="7c976f5ac7b8f8207c7009dcac48eecb"
|
||||
passwd_bootstrap="b1a93d7f7c6dfe40034b80e43de9ffc3"
|
||||
shadow_bootstrap="396cbe822f1dd1dd055bd5c6bcabd0c3"
|
||||
group_bootstrap="77a05f7c087eb2492f5970132aa436d4"
|
||||
gshadow_bootstrap="d610b4f0a42808f4d99b72dfff14435a"
|
||||
|
||||
# Current post-debootstrap values
|
||||
passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user