From c224af2da1af4ef51fcc26fee35fadf8b9276e38 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 4 May 2009 22:31:26 +0200 Subject: [PATCH] Improve grml2usb FAQ message --- grml2usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml2usb b/grml2usb index c3e8025..9a9bb24 100755 --- 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: -- 2.1.4