binary_iso: remove duplicate xorriso param

-J is already in the generic set defined at the start

Gbp-Dch: Short
This commit is contained in:
Lyndon Brown 2020-03-17 05:56:37 +00:00 committed by Luca Boccassi
parent c1f630ca9f
commit 757d1e6b48
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ do
grub-pc) grub-pc)
XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table" XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table"
XORRISO_OPTIONS="${XORRISO_OPTIONS} -b boot/grub/grub_eltorito -J" XORRISO_OPTIONS="${XORRISO_OPTIONS} -b boot/grub/grub_eltorito"
XORRISO_EXCLUDE="boot/grub/grub_eltorito" XORRISO_EXCLUDE="boot/grub/grub_eltorito"
;; ;;