X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=1f08aea5dcd8b8c5eb536948a073820c4f8eca63;hp=737c68a9ba376c7aea7e845c2adf5440c486cece;hb=feca3642eb0e58461d8f4fbdcf30c39710f65bb5;hpb=100193b24b57c98c475f58484764d1b945666ff4 diff --git a/grml2usb b/grml2usb index 737c68a..1f08aea 100755 --- a/grml2usb +++ b/grml2usb @@ -1005,6 +1005,9 @@ def copy_bootloader_files(iso_mount, target, grml_flavour): logging.critical(" ... either use grml releases >=2009.10 or switch to an older grml2usb version.") raise + if not os.path.exists(iso_mount + '/boot/grub/footer.cfg'): + logging.warning("Warning: Grml releases older than 2011.12 support only one flavour in grub.") + for expr in name, 'distri.cfg', \ defaults_file, 'grml.png', 'hd.cfg', 'isolinux.cfg', 'isolinux.bin', \ 'isoprompt.cfg', 'options.cfg', \