Enable to create hybrid ISO without UEFI boot
This commit is contained in:
parent
8cd52ce5f7
commit
c7f4092ed3
@ -119,7 +119,11 @@ $xorriso -output $out/iso/$isoName
|
|||||||
|
|
||||||
if test -n "$usbBootable"; then
|
if test -n "$usbBootable"; then
|
||||||
echo "Making image hybrid..."
|
echo "Making image hybrid..."
|
||||||
isohybrid --uefi $out/iso/$isoName
|
if test -n "$efiBootable"; then
|
||||||
|
isohybrid --uefi $out/iso/$isoName
|
||||||
|
else
|
||||||
|
isohybrid $out/iso/$isoName
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "$compressImage"; then
|
if test -n "$compressImage"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user