[Mageia-sysadm] [495] use gfxboot.c32 instead of gfxboot. com as gfxboot is now handled as a module in syslinux

root at mageia.org root at mageia.org
Wed Feb 9 21:24:09 CET 2011


Revision: 495
Author:   ennael
Date:     2011-02-09 21:24:08 +0100 (Wed, 09 Feb 2011)
Log Message:
-----------
use gfxboot.c32 instead of gfxboot.com as gfxboot is now handled as a module in syslinux

Modified Paths:
--------------
    drakx/trunk/images/make_boot_img

Modified: drakx/trunk/images/make_boot_img
===================================================================
--- drakx/trunk/images/make_boot_img	2011-02-09 14:20:44 UTC (rev 494)
+++ drakx/trunk/images/make_boot_img	2011-02-09 20:24:08 UTC (rev 495)
@@ -119,7 +119,7 @@
 implicit 1
 EOF
     my $header_gfxboot = <<EOF;
-ui gfxboot.com bootlogo
+ui gfxboot.c32 bootlogo
 label harddisk
   localboot 0x80
 EOF
@@ -723,7 +723,7 @@
     syslinux_all_files('isolinux', $kernels);
 
     _ "cp $isolinux_bin isolinux/isolinux.bin";
-    _ "cp /usr/lib/syslinux/gfxboot.com isolinux/gfxboot.com";
+    _ "cp /usr/lib/syslinux/gfxboot.c32 isolinux/gfxboot.c32";
     output("isolinux/isolinux.cfg", syslinux_cfg_all('cdrom', 1));
 
     xbox_stage1() if arch() =~ /i.86/;
@@ -761,7 +761,7 @@
     _ "cp /usr/share/gfxboot/themes/Mageia/install/* .boot_iso/isolinux" if $with_gfxboot;
 # _ "cp /home/pixel/cooker/soft/theme/mandriva-gfxboot-theme/inst/* .boot_iso/isolinux" if $with_gfxboot;
     #_ "cp /home/teuf/mdv/src/mandriva-gfxboot-theme/inst/* .boot_iso/isolinux" if $with_gfxboot;
-    _ "cp /usr/lib/syslinux/gfxboot.com .boot_iso/isolinux/gfxboot.com" if $with_gfxboot;
+    _ "cp /usr/lib/syslinux/gfxboot.c32 .boot_iso/isolinux/gfxboot.c32" if $with_gfxboot;
 
     output('.boot_iso/isolinux/isolinux.cfg', syslinux_cfg_all('', $with_gfxboot));
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110209/711476c9/attachment.html>


More information about the Mageia-sysadm mailing list