Imported using git-ubuntu import. Changelog parent: f3ee6d7ce0 New changelog entries: * add more verbose output to live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early
f3ee6d7ce0
@ -1,3 +1,10 @@
livecd-rootfs (2.281) vivid; urgency=medium
* add more verbose output to
live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early
-- Oliver Grawert <ogra@ubuntu.com> Wed, 11 Feb 2015 15:11:51 +0100
livecd-rootfs (2.280) vivid; urgency=medium
* live-build/ubuntu-core/hooks/02-add_user_to_groups.chroot: use commas
@ -53,6 +53,8 @@ systemd-bus-proxy:x:114:119:systemd Bus Proxy,,,:/run/systemd:/bin/false
EOF
else
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
echo "The output below might help to resolve the issue" >&2
cat /etc/passwd
exit 1
fi
@ -97,6 +99,8 @@ systemd-bus-proxy:*:16372:0:99999:7:::
echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
cat /etc/shadow
@ -179,6 +183,8 @@ input:x:121:
echo "/etc/group post-debootstrap hash doesn't match record" >&2
cat /etc/group
@ -261,6 +267,8 @@ input:!::
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
cat /etc/gshadow