diff options
author | Anne Nicolas <ennael@mageia.org> | 2011-05-04 21:47:29 +0000 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2011-05-04 21:47:29 +0000 |
commit | 35874ed3b12614a16f6b9e4ab820687997c10e00 (patch) | |
tree | bb786c396d9804d1e1105465d3158f110ba33003 /images/make_boot_img | |
parent | 78795e8877878122a56bde3ae1edbd5c9bffc324 (diff) | |
download | drakx-35874ed3b12614a16f6b9e4ab820687997c10e00.tar drakx-35874ed3b12614a16f6b9e4ab820687997c10e00.tar.gz drakx-35874ed3b12614a16f6b9e4ab820687997c10e00.tar.bz2 drakx-35874ed3b12614a16f6b9e4ab820687997c10e00.tar.xz drakx-35874ed3b12614a16f6b9e4ab820687997c10e00.zip |
make boot.iso hybrid
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index 28ca8eab7..2cb2ba586 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -766,6 +766,7 @@ sub boot_iso { output('.boot_iso/isolinux/isolinux.cfg', syslinux_cfg_all('', $with_gfxboot)); _ "genisoimage -r -f -J -cache-inodes -V 'Mga Boot ISO' -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o $iso .boot_iso"; + _ "isohybrid $iso"; rm_rf('.boot_iso'); } |