diff options
author | Raphaël Hertzog <raphael@offensive-security.com> | 2019-12-19 21:05:54 +0100 |
---|---|---|
committer | Raphaël Hertzog <raphael@offensive-security.com> | 2019-12-19 21:05:54 +0100 |
commit | f64b73a7185c8484cc552f2e6cda55a30e277adc (patch) | |
tree | 3b7a4291db7d85d549ec35183ef95da4b0f005c0 /scripts/build/binary_iso | |
parent | f828238417c45debec02a0b91477e8eccbabd0d3 (diff) | |
download | vyos-live-build-f64b73a7185c8484cc552f2e6cda55a30e277adc.tar.gz vyos-live-build-f64b73a7185c8484cc552f2e6cda55a30e277adc.zip |
Revert some Kali-specific change
That change was erroneously committed as part of
44b9b0a6501476de594ce3783cea5df0c141478c
Diffstat (limited to 'scripts/build/binary_iso')
-rwxr-xr-x | scripts/build/binary_iso | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 7955bcdd3..1ca460c02 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -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 |