mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-01 13:13:39 +00:00
Import patches-unapplied version 2.355 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: 1aa0f772408fcfa96e3f7b7546da7dac70ea24a4 New changelog entries: * fix input group in snappy
This commit is contained in:
parent
1aa0f77240
commit
20edede7ea
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.355) xenial; urgency=medium
|
||||||
|
|
||||||
|
* fix input group in snappy
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Fri, 13 Nov 2015 12:52:34 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.354) xenial; urgency=medium
|
livecd-rootfs (2.354) xenial; urgency=medium
|
||||||
|
|
||||||
* do not ship assets/dtbs/overlays in raspi2 tarball, it breaks
|
* do not ship assets/dtbs/overlays in raspi2 tarball, it breaks
|
||||||
|
@ -152,6 +152,7 @@ docker:x:113:ubuntu
|
|||||||
syslog:x:114:
|
syslog:x:114:
|
||||||
pkcs11:x:115:root
|
pkcs11:x:115:root
|
||||||
tss:x:116:
|
tss:x:116:
|
||||||
|
input:x:107:
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
echo "/etc/group post-debootstrap hash doesn't match record" >&2
|
echo "/etc/group post-debootstrap hash doesn't match record" >&2
|
||||||
@ -217,6 +218,7 @@ docker:!::ubuntu
|
|||||||
syslog:!::
|
syslog:!::
|
||||||
pkcs11:!::root
|
pkcs11:!::root
|
||||||
tss:!::
|
tss:!::
|
||||||
|
input:!::
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
|
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user