summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-February/011809.html
blob: 7292e5893e5684f12988c7aa61d7cbafda404723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
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>