From e89d56067bf842b69bb0478a94f3de832c84d985 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 26 Feb 2008 16:58:12 +0000 Subject: use "Mdv Boot ISO" as label --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- cgit v1.2.1