fix input group on snappy

This commit is contained in:
Oliver Grawert 2015-11-13 12:53:12 +01:00
parent 84ad95e54b
commit 7ccc9cb706
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.355) UNRELEASED; 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
* do not ship assets/dtbs/overlays in raspi2 tarball, it breaks

View File

@ -152,6 +152,7 @@ docker:x:113:ubuntu
syslog:x:114:
pkcs11:x:115:root
tss:x:116:
input:x:107:
EOF
else
echo "/etc/group post-debootstrap hash doesn't match record" >&2
@ -217,6 +218,7 @@ docker:!::ubuntu
syslog:!::
pkcs11:!::root
tss:!::
input:!::
EOF
else
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2