summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-February/011809.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-February/011809.html')
-rw-r--r--zarb-ml/mageia-dev/2012-February/011809.html130
1 files changed, 130 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [soft-commits] [2922] fix isolinux.bin (syslinux 4)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B2922%5D%20fix%20isolinux.bin%20%28syslinux%204%29&In-Reply-To=%3CCACYHsMwH3-bwzSaxabROSL%3DT9Lx2_HcEW6-eqf0XCAoita1kaA%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="011808.html">
+ <LINK REL="Next" HREF="011813.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [soft-commits] [2922] fix isolinux.bin (syslinux 4)</H1>
+ <B>Anne Nicolas</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B2922%5D%20fix%20isolinux.bin%20%28syslinux%204%29&In-Reply-To=%3CCACYHsMwH3-bwzSaxabROSL%3DT9Lx2_HcEW6-eqf0XCAoita1kaA%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] [soft-commits] [2922] fix isolinux.bin (syslinux 4)">ennael1 at gmail.com
+ </A><BR>
+ <I>Wed Feb 8 21:30:15 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="011808.html">[Mageia-dev] [soft-commits] [2922] fix isolinux.bin (syslinux 4)
+</A></li>
+ <LI>Next message: <A HREF="011813.html">[Mageia-dev] Automatically determining all &quot;GNOME&quot; packages
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11809">[ date ]</a>
+ <a href="thread.html#11809">[ thread ]</a>
+ <a href="subject.html#11809">[ subject ]</a>
+ <a href="author.html#11809">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>2012/2/8 Thierry Vignaud &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">thierry.vignaud at gmail.com</A>&gt;:
+&gt;<i> On 8 February 2012 16:45, &#160;&lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>&gt; wrote:
+</I>&gt;&gt;<i> Revision 2922 Author ennael Date 2012-02-08 16:45:34 +0100 (Wed, 08 Feb
+</I>&gt;&gt;<i> 2012)
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Log Message
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> fix isolinux.bin (syslinux 4)
+</I>&gt;<i>
+</I>&gt;<i> What was the issue?
+</I>
+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)
+
+&gt;<i>
+</I>&gt;&gt;<i> Modified: drakx/trunk/images/make_boot_img
+</I>&gt;&gt;<i> ===================================================================
+</I>&gt;&gt;<i> --- drakx/trunk/images/make_boot_img &#160;2012-02-07 22:39:03 UTC (rev 2921)
+</I>&gt;&gt;<i> +++ drakx/trunk/images/make_boot_img &#160;2012-02-08 15:45:34 UTC (rev 2922)
+</I>&gt;&gt;<i> @@ -13,8 +13,11 @@
+</I>&gt;&gt;<i> &#160;my $default_acpi = '';
+</I>&gt;&gt;<i> &#160;my $default_vga = &quot;vga=788 splash=silent&quot;;
+</I>&gt;&gt;<i> &#160;my $timeout = 150;
+</I>&gt;&gt;<i> -my $isolinux_bin = '/usr/lib/syslinux/isolinux.bin';
+</I>&gt;&gt;<i> &#160;my $lib = $arch eq 'x86_64' ? 'lib64' : 'lib';
+</I>&gt;&gt;<i> +my $isolinux_bin = '/usr/lib/syslinux/isolinux-i586.bin';
+</I>&gt;&gt;<i> +if ($arch eq 'x86_64') {
+</I>&gt;&gt;<i> + &#160; &#160; $isolinux_bin = '/usr/lib/syslinux/isolinux-x86_64.bin';
+</I>&gt;&gt;<i> +}
+</I>
+
+
+--
+Anne
+<A HREF="http://www.mageia.org">http://www.mageia.org</A>
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="011808.html">[Mageia-dev] [soft-commits] [2922] fix isolinux.bin (syslinux 4)
+</A></li>
+ <LI>Next message: <A HREF="011813.html">[Mageia-dev] Automatically determining all &quot;GNOME&quot; packages
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11809">[ date ]</a>
+ <a href="thread.html#11809">[ thread ]</a>
+ <a href="subject.html#11809">[ subject ]</a>
+ <a href="author.html#11809">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>