Revert some Kali-specific change

That change was erroneously committed as part of
44b9b0a650
This commit is contained in:
Raphaël Hertzog 2019-12-19 21:05:54 +01:00
parent f828238417
commit f64b73a718
1 changed files with 2 additions and 2 deletions

View File

@ -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