Mention -u option if using the option by accident
authorMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 16:52:10 +0000 (17:52 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 16:52:10 +0000 (17:52 +0100)
debian/changelog
grml-live

index 6109d39..94f9ffc 100644 (file)
@@ -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 <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
 
index 87321a0..fd4f1a9 100755 (executable)
--- 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