From dc377592ac30d8880c0d287f7a60ce6938292f44 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 7 Sep 2009 15:22:50 +0200 Subject: [PATCH] Mention the --syslinux option if grub-install fails --- debian/changelog | 3 ++- grml2usb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e6c9654..41ddbb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ grml2usb (0.9.10) UNRELEASED; urgency=low grub-install of (at least) Fedora 10. Thanks for the patch to Alexander 'Leo' Bergolth ! * Use 'pci=nomsi' in failsafe bootoption. Thanks to Marc 'HE' Brockschmidt. + * Mention the --syslinux option if grub-install fails. - -- Michael Prokop Mon, 07 Sep 2009 15:11:21 +0200 + -- Michael Prokop Mon, 07 Sep 2009 15:21:39 +0200 grml2usb (0.9.9) unstable; urgency=low diff --git a/grml2usb b/grml2usb index ae24edb..c4375d7 100755 --- a/grml2usb +++ b/grml2usb @@ -637,7 +637,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 the grml2usb FAQ)") + logging.critical("Fatal: error executing grub-install (please check the grml2usb FAQ or use --syslinux)") cleanup() sys.exit(1) except CriticalException, error: -- 2.1.4