From: Michael Prokop Date: Mon, 4 May 2009 20:31:26 +0000 (+0200) Subject: Improve grml2usb FAQ message X-Git-Tag: v0.9.5~1 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=c224af2da1af4ef51fcc26fee35fadf8b9276e38;ds=inline Improve grml2usb FAQ message --- 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: