mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Import patches-unapplied version 2.356 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: 20edede7eac9b9a4028638f4f44c3d04a0133cc5 New changelog entries: * merge lp:~sil2100/livecd-rootfs/update_hashes to update the passwd db hashes on ubuntu-touch builds (LP: #1516526)
This commit is contained in:
parent
20edede7ea
commit
7ff03ccdbb
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.356) xenial; urgency=medium
|
||||
|
||||
* merge lp:~sil2100/livecd-rootfs/update_hashes to update the passwd db
|
||||
hashes on ubuntu-touch builds (LP: #1516526)
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Mon, 16 Nov 2015 15:44:48 +0100
|
||||
|
||||
livecd-rootfs (2.355) xenial; urgency=medium
|
||||
|
||||
* fix input group in snappy
|
||||
|
@ -3,10 +3,10 @@
|
||||
ERRCNT=""
|
||||
|
||||
# Known good post-debootstrap values
|
||||
passwd_bootstrap="e6075a0d2a38e214ae5e9a5545f7eda3"
|
||||
passwd_bootstrap="677bdb95956f6214a0007543fe15a1bf"
|
||||
shadow_bootstrap="7fa48d7fb0e3a1ede9c98ff7b1b33622"
|
||||
group_bootstrap="5fd842058cd526ddaf51c2a61870c12a"
|
||||
gshadow_bootstrap="3145b72315c7306edb13bf546bb350b9"
|
||||
group_bootstrap="eb863998da1d7cad986cea2466ef23a1"
|
||||
gshadow_bootstrap="5da14ec60af7c53eacadc05859bfd5f4"
|
||||
|
||||
# Current post-debootstrap values
|
||||
passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user