Codebase list live-build / ed3935f
Re-apply Kali specific patch Gbp-Dch: Ignore Raphaƫl Hertzog 3 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
144144 case "${LB_BOOTLOADER_EFI}" in
145145 grub-efi)
146146 if [ -e binary/boot/grub/efi.img ]; then
147 XORRISO_OPTIONS="${XORRISO_OPTIONS} -e boot/grub/efi.img -no-emul-boot"
148 XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-gpt-basdat -isohybrid-apm-hfsplus"
147 #XORRISO_OPTIONS="${XORRISO_OPTIONS} -e boot/grub/efi.img -no-emul-boot"
148 #XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-gpt-basdat -isohybrid-apm-hfsplus"
149 XORRISO_OPTIONS="${XORRISO_OPTIONS} --efi-boot boot/grub/efi.img"
150 + XORRISO_OPTIONS="${XORRISO_OPTIONS} -append_partition 2 0x01 binary/boot/grub/efi.img"
149151 else
150152 Echo_message "No EFI boot code to include in the ISO"
151153 fi