grml2iso: disable UEFI mode by default, only enable for xorriso under according prere...
authorMichael Prokop <mika@grml.org>
Wed, 26 Jun 2013 14:06:49 +0000 (16:06 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 26 Jun 2013 14:12:42 +0000 (16:12 +0200)
commit37fa9f86ad3a7f890e2c2c5fe3ca296ddbc20a4a
treef17357ad087c52fba4023d9255e6f22a64a8b75d
parent8e0bdf8c81f453fa3d2c6ac32114bff544284493
grml2iso: disable UEFI mode by default, only enable for xorriso under according prerequisites

Getting an error message like:

| isohybrid version supports --uefi option, enabling
| Creating dd-able ISO using isohybrid
| isohybrid: custom_grml.iso: unable to find efi image

is quite confusing, especially if the /efi/boot/bootx64.efi
and /boot/efi.img files are actually present on the image.

When using xorriso everything is fine, but when using genisoimage
within grml2iso the ISO lacks according UEFI support and the
above mention error message appears. So instead only enable UEFI
mode if building with xorriso and all the other prerequisites are
fulfilled as well.
grml2iso