Fix the invalid path for the error message in 00-uid-gid-fix.chroot_early for ubuntu-touch.

ubuntu/yakkety
Łukasz 'sil2100' Zemczak 9 years ago
parent 0f4b575efa
commit 0011e92391

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.369) UNRELEASED; urgency=medium
* Fix the invalid path for the error message in 00-uid-gid-fix.chroot_early
for ubuntu-touch.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Mon, 14 Dec 2015 10:13:31 +0100
livecd-rootfs (2.368) xenial; urgency=medium
* Fix earlier mistake of changing the wrong hashes.

@ -279,7 +279,7 @@ fi
if [ -n "$ERRCNT" ]; then
echo "There were changes to the password database," >&2
echo "please adjust the values in the livecd-rootfs source in the file:" >&2
echo "live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early" >&2
echo "live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early" >&2
echo >&2
echo "Please check also if a maintainer script of the package" >&2
echo "that added these entries perhaps created a home directory and," >&2

Loading…
Cancel
Save