aboutsummaryrefslogtreecommitdiffstats
path: root/BCD
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-05-16 22:48:56 +0300
committerThomas Backlund <tmb@mageia.org>2015-05-16 22:48:56 +0300
commit69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d (patch)
tree80f9a5d93e605f675a3330ada9e89211add15e95 /BCD
parentb1cb96619032acdcd2437aad981d00e634596ade (diff)
downloadbcd-69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d.tar
bcd-69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d.tar.gz
bcd-69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d.tar.bz2
bcd-69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d.tar.xz
bcd-69a1f5ac130e474e0a9a31a16c1afb8e2fdb908d.zip
use xorriso for proper efi metadata
Diffstat (limited to 'BCD')
-rw-r--r--BCD/Genisoimage.pm4
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}' \\