Codebase list live-build / 01ddf56
Import Debian version 20191221 live-build (1:20191221) unstable; urgency=medium * Revert some Kali-specific change in scripts/build/binary_iso Raphaël Hertzog authored 4 years ago Raphaël Hertzog committed 4 years ago
2 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 live-build (1:20191221) unstable; urgency=medium
1
2 * Revert some Kali-specific change in scripts/build/binary_iso
3
4 -- Raphaël Hertzog <[email protected]> Thu, 19 Dec 2019 21:07:22 +0100
5
06 live-build (1:20191220) unstable; urgency=medium
17
28 * Fix "--debian-installer cdrom" and its interaction with binary_package-lists
156156 grub-efi)
157157 if [ -e binary/boot/grub/efi.img ]
158158 then
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"
159 XORRISO_OPTIONS="${XORRISO_OPTIONS} -e boot/grub/efi.img -no-emul-boot"
160 XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-gpt-basdat -isohybrid-apm-hfsplus"
161161 else
162162 Echo "No EFI boot code to include in the ISO"
163163 fi