diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-05-16 22:48:56 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-05-16 22:48:56 +0300 |
commit | 69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d (patch) | |
tree | 80f9a5d93e605f675a3330ada9e89211add15e95 | |
parent | b1cb96619032acdcd2437aad981d00e634596ade (diff) | |
download | bcd-69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d.tar bcd-69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d.tar.gz bcd-69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d.tar.bz2 bcd-69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d.tar.xz bcd-69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d.zip |
use xorriso for proper efi metadata
-rw-r--r-- | BCD/Genisoimage.pm | 4 |
1 files 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}' \\ |