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:
parent
c1f630ca9f
commit
757d1e6b48
|
@ -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"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue