summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2011-05-04 21:47:29 +0000
committerAnne Nicolas <ennael@mageia.org>2011-05-04 21:47:29 +0000
commitb0eb114218e3123729630a9db959d56bdb1770a8 (patch)
treebb786c396d9804d1e1105465d3158f110ba33003 /images/make_boot_img
parent870689dccf6ed14f2e5edfef9c459de1a5c202a9 (diff)
downloaddrakx-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/make_boot_img')
-rwxr-xr-ximages/make_boot_img1
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');
}