From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-February/011809.html | 130 +++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-February/011809.html (limited to 'zarb-ml/mageia-dev/2012-February/011809.html') diff --git a/zarb-ml/mageia-dev/2012-February/011809.html b/zarb-ml/mageia-dev/2012-February/011809.html new file mode 100644 index 000000000..7292e5893 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-February/011809.html @@ -0,0 +1,130 @@ + + + + [Mageia-dev] [soft-commits] [2922] fix isolinux.bin (syslinux 4) + + + + + + + + + +

[Mageia-dev] [soft-commits] [2922] fix isolinux.bin (syslinux 4)

+ Anne Nicolas + ennael1 at gmail.com +
+ Wed Feb 8 21:30:15 CET 2012 +

+
+ +
2012/2/8 Thierry Vignaud <thierry.vignaud at gmail.com>:
+> On 8 February 2012 16:45,  <root at mageia.org> wrote:
+>> Revision 2922 Author ennael Date 2012-02-08 16:45:34 +0100 (Wed, 08 Feb
+>> 2012)
+>>
+>> Log Message
+>>
+>> fix isolinux.bin (syslinux 4)
+>
+> What was the issue?
+
+In previous syslinux version, isolinux.bin was common for 32 and 64
+bits arch then calling proper code for both arch. syslinux 4 comes
+with 2 different binaries isolinux.bin for both arch
+(isolinux-i576.bin and isolinux-x86_64.bin)
+
+>
+>> Modified: drakx/trunk/images/make_boot_img
+>> ===================================================================
+>> --- drakx/trunk/images/make_boot_img  2012-02-07 22:39:03 UTC (rev 2921)
+>> +++ drakx/trunk/images/make_boot_img  2012-02-08 15:45:34 UTC (rev 2922)
+>> @@ -13,8 +13,11 @@
+>>  my $default_acpi = '';
+>>  my $default_vga = "vga=788 splash=silent";
+>>  my $timeout = 150;
+>> -my $isolinux_bin = '/usr/lib/syslinux/isolinux.bin';
+>>  my $lib = $arch eq 'x86_64' ? 'lib64' : 'lib';
+>> +my $isolinux_bin = '/usr/lib/syslinux/isolinux-i586.bin';
+>> +if ($arch eq 'x86_64') {
+>> +     $isolinux_bin = '/usr/lib/syslinux/isolinux-x86_64.bin';
+>> +}
+
+
+
+-- 
+Anne
+http://www.mageia.org
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1