Improve grml2usb FAQ message
authorMichael Prokop <mika@grml.org>
Mon, 4 May 2009 20:31:26 +0000 (22:31 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 4 May 2009 20:31:26 +0000 (22:31 +0200)
grml2usb

index c3e8025..9a9bb24 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -612,7 +612,7 @@ def install_grub(device):
             proc.wait()
             if proc.returncode != 0:
                 # raise Exception("error executing grub-install")
-                logging.critical("Fatal: error executing grub-install (please check FAQ)" % error)
+                logging.critical("Fatal: error executing grub-install (please check the grml2usb FAQ)" % error)
                 cleanup()
                 sys.exit(1)
         except CriticalException, error: