mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-02 21:52:28 +00:00
add more verbose output to
live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early (thanks Oliver!)
This commit is contained in:
parent
724eb49c39
commit
f987c6f3d4
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.283) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* add more verbose output to
|
||||||
|
live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early
|
||||||
|
(thanks Oliver!)
|
||||||
|
|
||||||
|
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Feb 2015 17:43:43 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.282) vivid; urgency=medium
|
livecd-rootfs (2.282) vivid; urgency=medium
|
||||||
|
|
||||||
* update the passwd hash for changed GID of syslog ... also add output of
|
* update the passwd hash for changed GID of syslog ... also add output of
|
||||||
|
@ -44,6 +44,9 @@ docker:x:107:113::/nonexistent:/bin/false
|
|||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
|
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
|
||||||
|
echo "passwd md5sum: $passwd_hash" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -79,6 +82,9 @@ docker:*:16413:0:99999:7:::
|
|||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
|
echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
|
||||||
|
echo "The output below might help to resolve the issue" >&2
|
||||||
|
cat /etc/shadow
|
||||||
|
echo "shadow md5sum: $shadow_hash" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -140,6 +146,9 @@ docker:x:113:
|
|||||||
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
|
||||||
|
echo "The output below might help to resolve the issue" >&2
|
||||||
|
cat /etc/group
|
||||||
|
echo "group md5sum: $group_hash" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -201,6 +210,9 @@ docker:!::
|
|||||||
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
|
||||||
|
echo "The output below might help to resolve the issue" >&2
|
||||||
|
cat /etc/gshadow
|
||||||
|
echo "gshadow md5sum: $gshadow_hash" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user