mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
cdrom: mkisofs seems to not like the order of the arguments
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
16
lfs/cdrom
16
lfs/cdrom
@@ -56,14 +56,6 @@ ISO_ARGS = -J -r -v \
|
||||
|
||||
ISOHYBRID_ARGS =
|
||||
|
||||
ifeq "$(EFI)" "1"
|
||||
ISO_ARGS += \
|
||||
-eltorito-alt-boot \
|
||||
-e boot/isolinux/efiboot.img
|
||||
|
||||
ISOHYBRID_ARGS += --uefi
|
||||
endif
|
||||
|
||||
ifeq "$(HAS_ISOLINUX)" "1"
|
||||
ISO_ARGS += \
|
||||
-no-emul-boot \
|
||||
@@ -73,6 +65,14 @@ ifeq "$(HAS_ISOLINUX)" "1"
|
||||
-c boot/isolinux/boot.catalog
|
||||
endif
|
||||
|
||||
ifeq "$(EFI)" "1"
|
||||
ISO_ARGS += \
|
||||
-eltorito-alt-boot \
|
||||
-e boot/isolinux/efiboot.img
|
||||
|
||||
ISOHYBRID_ARGS += --uefi
|
||||
endif
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user