Mention the Debian package in the error message
authorMichael Prokop <mika@grml.org>
Thu, 12 Mar 2009 22:11:15 +0000 (23:11 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 12 Mar 2009 22:11:15 +0000 (23:11 +0100)
debian/changelog
grml2usb

index f178c1c..bbd13af 100644 (file)
@@ -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).
   * 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 <mika@grml.org>  Thu, 12 Mar 2009 12:44:45 +0100
+ -- Michael Prokop <mika@grml.org>  Thu, 12 Mar 2009 23:10:02 +0100
 
 grml2usb (0.9.2) unstable; urgency=low
 
 
 grml2usb (0.9.2) unstable; urgency=low
 
index a7e273a..3c7bfb3 100755 (executable)
--- 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.")
 
     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')
         raise
     else:
         logging.debug("cp /usr/share/grml2usb/grub/splash.xpm.gz %s" % grub_target + 'splash.xpm.gz')