From: Michael Prokop Date: Sun, 9 Dec 2007 16:52:10 +0000 (+0100) Subject: Mention -u option if using the option by accident X-Git-Tag: 0.0.12~9 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=48d26385d791ad737fe36779be5ad231bb86013a Mention -u option if using the option by accident --- diff --git a/debian/changelog b/debian/changelog index 6109d39..94f9ffc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ grml-live (0.0.12) unstable; urgency=low * Ship syslinux files via template directory because the syslinux version (1:3.31-4) in Debian/etch is broken. :( Drop syslinux from Depends. + * Mention -u option if using the option by accident and the chroot + does not exist yet. -- Michael Prokop Sun, 09 Dec 2007 17:28:01 +0100 diff --git a/grml-live b/grml-live index 87321a0..fd4f1a9 100755 --- a/grml-live +++ b/grml-live @@ -356,8 +356,8 @@ fi if [ -n "$UPDATE" ] ; then if ! [ -r "$CHROOT_OUTPUT/etc/grml_version" ] ; then - log "Error: It does not look like you have a working chroot system. Updating not possible." - eerror "Error: It does not look like you have a working chroot system. Updating not possible." + log "Error: does not look like you have a working chroot. Updating not possible." + eerror "Error: does not look like you have a working chroot. Updating not possible. (Drop -u option?)" eend 1 bailout 20 fi