From: Michael Tremer Date: Mon, 23 Jul 2018 22:10:36 +0000 (+0100) Subject: cdrom: Re-order arguments again X-Git-Tag: v2.21-core124~77^2~2 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=0efda7ac67d7e16c555bc6d07d1808a8480fa94b cdrom: Re-order arguments again Signed-off-by: Michael Tremer --- diff --git a/lfs/cdrom b/lfs/cdrom index d91af18178..37fb3329f5 100644 --- a/lfs/cdrom +++ b/lfs/cdrom @@ -67,8 +67,9 @@ endif ifeq "$(EFI)" "1" ISO_ARGS += \ + -eltorito-alt-boot \ -e boot/isolinux/efiboot.img \ - -eltorito-alt-boot + -no-emul-boot ISOHYBRID_ARGS += --uefi endif