From f64b73a7185c8484cc552f2e6cda55a30e277adc Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Thu, 19 Dec 2019 21:05:54 +0100 Subject: Revert some Kali-specific change That change was erroneously committed as part of 44b9b0a6501476de594ce3783cea5df0c141478c --- scripts/build/binary_iso | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 7955bcdd3..1ca460c02 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -157,8 +157,8 @@ do grub-efi) if [ -e binary/boot/grub/efi.img ] then - XORRISO_OPTIONS="${XORRISO_OPTIONS} --efi-boot boot/grub/efi.img" - XORRISO_OPTIONS="${XORRISO_OPTIONS} -append_partition 2 0x01 binary/boot/grub/efi.img" + XORRISO_OPTIONS="${XORRISO_OPTIONS} -e boot/grub/efi.img -no-emul-boot" + XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-gpt-basdat -isohybrid-apm-hfsplus" else Echo "No EFI boot code to include in the ISO" fi -- cgit v1.2.3