Codebase list live-build / f2773dc
Re-apply patch lost in merge Gbp-Dch: Ignore Raphaƫl Hertzog 4 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
156156 grub-efi)
157157 if [ -e binary/boot/grub/efi.img ]
158158 then
159 XORRISO_OPTIONS="${XORRISO_OPTIONS} -e boot/grub/efi.img -no-emul-boot"
160 XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-gpt-basdat -isohybrid-apm-hfsplus"
159 XORRISO_OPTIONS="${XORRISO_OPTIONS} --efi-boot boot/grub/efi.img"
160 XORRISO_OPTIONS="${XORRISO_OPTIONS} -append_partition 2 0x01 binary/boot/grub/efi.img"
161161 else
162162 Echo "No EFI boot code to include in the ISO"
163163 fi