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/011808.html | 117 +++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-February/011808.html (limited to 'zarb-ml/mageia-dev/2012-February/011808.html') diff --git a/zarb-ml/mageia-dev/2012-February/011808.html b/zarb-ml/mageia-dev/2012-February/011808.html new file mode 100644 index 000000000..cc25ed46c --- /dev/null +++ b/zarb-ml/mageia-dev/2012-February/011808.html @@ -0,0 +1,117 @@ + + + + [Mageia-dev] [soft-commits] [2922] fix isolinux.bin (syslinux 4) + + + + + + + + + +

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

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Wed Feb 8 21:21:36 CET 2012 +

+
+ +
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?
+
+> 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';
+> +}
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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