From: Michael Prokop Date: Thu, 12 Mar 2009 22:11:15 +0000 (+0100) Subject: Mention the Debian package in the error message X-Git-Tag: v0.9.3~5 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=b323675a7c19865adb94340fe15180037823301b Mention the Debian package in the error message --- diff --git a/debian/changelog b/debian/changelog index f178c1c..bbd13af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,11 @@ grml2usb (0.9.3) UNRELEASED; urgency=low * Update failsafe bootoption. * Fix comments section in manpage (thanks for reporting, Alexander Steinböck). + * Mention the Debian package in the error message (thanks to + Lothar Speil for the bugreport). + * Mention grml-repository in the docs. - -- Michael Prokop Thu, 12 Mar 2009 12:44:45 +0100 + -- Michael Prokop Thu, 12 Mar 2009 23:10:02 +0100 grml2usb (0.9.2) unstable; urgency=low diff --git a/grml2usb b/grml2usb index a7e273a..3c7bfb3 100755 --- a/grml2usb +++ b/grml2usb @@ -1104,6 +1104,7 @@ def copy_bootloader_files(iso_mount, target): if not os.path.isfile("/usr/share/grml2usb/grub/splash.xpm.gz"): logging.critical("Error: /usr/share/grml2usb/grub/splash.xpm.gz can not be read.") + logging.critical("Please make sure you've the grml2usb Debian package installed!") raise else: logging.debug("cp /usr/share/grml2usb/grub/splash.xpm.gz %s" % grub_target + 'splash.xpm.gz')