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 | b0eb114218e3123729630a9db959d56bdb1770a8 (patch) | |
tree | bb786c396d9804d1e1105465d3158f110ba33003 /images | |
parent | 870689dccf6ed14f2e5edfef9c459de1a5c202a9 (diff) | |
download | drakx-backup-do-not-use-b0eb114218e3123729630a9db959d56bdb1770a8.tar drakx-backup-do-not-use-b0eb114218e3123729630a9db959d56bdb1770a8.tar.gz drakx-backup-do-not-use-b0eb114218e3123729630a9db959d56bdb1770a8.tar.bz2 drakx-backup-do-not-use-b0eb114218e3123729630a9db959d56bdb1770a8.tar.xz drakx-backup-do-not-use-b0eb114218e3123729630a9db959d56bdb1770a8.zip |
make boot.iso hybrid
Diffstat (limited to 'images')
-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'); } |