Codebase list live-build / 5c4bd63
Change xorriso options for EFI boot to be compatible with what we used to do before. Raphaël Hertzog 7 years ago
2 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 live-build (1:20170213kali1) kali-dev; urgency=medium
1
2 * Change xorriso options for EFI boot to be compatible with what
3 we used to do before.
4
5 -- Raphaël Hertzog <[email protected]> Thu, 09 Mar 2017 18:48:46 +0100
6
07 live-build (1:20170213) unstable; urgency=medium
18
29 * Drop the versatile kernel flavour on armel. It's no longer built since
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