From: Michael Prokop Date: Tue, 23 Jun 2020 15:17:59 +0000 (+0200) Subject: grml2iso: switch from isohybrid to xorriso/isohybrid to properly support EFI boot X-Git-Tag: v0.18.3~3 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=f052436a3af57fc19e4ad7aeb8ca6e30b9ee4fee;hp=f052436a3af57fc19e4ad7aeb8ca6e30b9ee4fee grml2iso: switch from isohybrid to xorriso/isohybrid to properly support EFI boot This is the related change for grml-live's commit 6725bfa1ffc4, where we introduced EFI support on 32bit systems and switched from isohybrid to xorriso/isohybrid combination. The isohybrid binary doesn't support 32-bit FI systems and fails hard when using `--uefi` on a 32-bit ISO. But xorriso with appropriate options for EFI usage (see $BOOT_ARGS) and /usr/lib/ISOLINUX/isohdpfx.bin from the isolinux package seems to provide everything we need. JFTR: To properly support 64bit EFI boot with our grml96 ISOs, we also had to adjust the order of the provided ISOs in the grml2iso command line in our release process. Closes: grml/grml#149 ---