mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-06 00:41:14 +00:00
fix tss UID in snappy (landing can wait for xenial)
This commit is contained in:
parent
7176c5ecd1
commit
952fa460d4
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.350) UNRELEASED; urgency=medium
|
||||
|
||||
* bump UID for tss user in snappy, else it matches dnsmasq and bad things
|
||||
happen
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Thu, 22 Oct 2015 11:34:34 +0200
|
||||
|
||||
livecd-rootfs (2.349) wily; urgency=medium
|
||||
|
||||
* do not hardcode installation of grub-pc for amd64 in snappy images,
|
||||
|
@ -45,7 +45,7 @@ systemd-bus-proxy:x:106:111:systemd Bus Proxy,,,:/run/systemd:/bin/false
|
||||
docker:x:107:113::/nonexistent:/bin/false
|
||||
syslog:x:108:114::/home/syslog:/bin/false
|
||||
dnsmasq:x:109:65534:dnsmasq,,,:/var/lib/misc:/bin/false
|
||||
tss:x:109:116::/var/lib/tpm:/bin/false
|
||||
tss:x:110:116::/var/lib/tpm:/bin/false
|
||||
EOF
|
||||
else
|
||||
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
|
||||
|
Loading…
x
Reference in New Issue
Block a user