From 48d26385d791ad737fe36779be5ad231bb86013a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 9 Dec 2007 17:52:10 +0100 Subject: [PATCH] Mention -u option if using the option by accident --- debian/changelog | 2 ++ grml-live | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.1.4