From 69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 16 May 2015 22:48:56 +0300 Subject: use xorriso for proper efi metadata --- BCD/Genisoimage.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BCD/Genisoimage.pm b/BCD/Genisoimage.pm index 1ab1f77..a67d547 100644 --- a/BCD/Genisoimage.pm +++ b/BCD/Genisoimage.pm @@ -77,11 +77,11 @@ sub create_idx { sub create_iso { # build the ISO with all args - # use -eltorito-alt-boot -b isolinux/efiboot.img -no-emul-boot for EFI + # use -eltorito-alt-boot -e isolinux/efiboot.img -no-emul-boot for EFI print_color("$LOG Building the ISO", $color); - my $cmd = "genisoimage $isoconf->{iso}{genisoimage}{options} \\ + my $cmd = "xorriso -as mkisofs $isoconf->{iso}{genisoimage}{options} \\ -A '$isoconf->{iso}{header}{applicationid}' \\ -publisher '$isoconf->{iso}{header}{publisherid}' \\ -sysid '$isoconf->{iso}{header}{systemid}' \\ -- cgit v1.2.1