diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-26 16:58:12 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-26 16:58:12 +0000 |
commit | e89d56067bf842b69bb0478a94f3de832c84d985 (patch) | |
tree | 1898c2d0c56ec69422fb0b3657614f3291a5d395 /images/make_boot_img | |
parent | 9d4ba9b7e4b75e83f12e2d75c5afb80e135d7fcd (diff) | |
download | drakx-e89d56067bf842b69bb0478a94f3de832c84d985.tar drakx-e89d56067bf842b69bb0478a94f3de832c84d985.tar.gz drakx-e89d56067bf842b69bb0478a94f3de832c84d985.tar.bz2 drakx-e89d56067bf842b69bb0478a94f3de832c84d985.tar.xz drakx-e89d56067bf842b69bb0478a94f3de832c84d985.zip |
use "Mdv Boot ISO" as label
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index 0a89a8262..3b538365f 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -749,7 +749,7 @@ sub boot_iso { output('.boot_iso/isolinux/isolinux.cfg', syslinux_cfg_all('', $with_gfxboot)); - _ "genisoimage -r -f -J -cache-inodes -V 'Mdk Boot ISO' -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o $iso .boot_iso"; + _ "genisoimage -r -f -J -cache-inodes -V 'Mdv Boot ISO' -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o $iso .boot_iso"; rm_rf('.boot_iso'); } |