X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=3c7bfb3554b795018974bd309bc1e5681d9a9f05;hp=a7e273a0fa9ad263878e6004745379e4cb7c1357;hb=b323675a7c19865adb94340fe15180037823301b;hpb=207bc66b8cee1ab4a195dcdd84052279e5706c68 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')