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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] [412] - Mageia Linux => Mageia
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B412%5D%20-%20Mageia%20Linux%20%3D%3E%20Mageia&In-Reply-To=%3C20110203204030.5598C3FEFD%40valstar.mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="002543.html">
<LINK REL="Next" HREF="002550.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] [412] - Mageia Linux => Mageia</H1>
<B>root at mageia.org</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B412%5D%20-%20Mageia%20Linux%20%3D%3E%20Mageia&In-Reply-To=%3C20110203204030.5598C3FEFD%40valstar.mageia.org%3E"
TITLE="[Mageia-sysadm] [412] - Mageia Linux => Mageia">root at mageia.org
</A><BR>
<I>Thu Feb 3 21:40:30 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="002543.html">[Mageia-sysadm] [411] Merge mdv commit 271858
</A></li>
<LI>Next message: <A HREF="002550.html">[Mageia-sysadm] [413] Regenerate po files
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2544">[ date ]</a>
<a href="thread.html#2544">[ thread ]</a>
<a href="subject.html#2544">[ subject ]</a>
<a href="author.html#2544">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Revision: 412
Author: ahmad
Date: 2011-02-03 21:40:29 +0100 (Thu, 03 Feb 2011)
Log Message:
-----------
- Mageia Linux => Mageia
Modified Paths:
--------------
drakpxelinux/trunk/drakpxelinux.pl
Modified: drakpxelinux/trunk/drakpxelinux.pl
===================================================================
--- drakpxelinux/trunk/drakpxelinux.pl 2011-02-03 20:04:59 UTC (rev 411)
+++ drakpxelinux/trunk/drakpxelinux.pl 2011-02-03 20:40:29 UTC (rev 412)
@@ -71,7 +71,7 @@
N("Initrd: network boot image (network.img) or all.rdz") . "\n" .
N("Interface: network interface used for the installation process") . "\n" .
N("Network: DHCP or an IP address") . "\n" .
-N("Directory: full path to Mageia Linux install server directory") . "\n" .
+N("Directory: full path to Mageia install server directory") . "\n" .
N("Installation method: NFS or HTTP") . "\n" .
N("Ramsize: ramsize parameter on boot image") . "\n" .
N("Display: export display to another computer (e.g.: 10.0.1.33:0)") . "\n" .
@@ -86,7 +86,7 @@
'interface' => N("network interface used for the installation process"),
'info' => N("Information displayed in PXE help (F1 key)"),
'network' => N("DHCP or an IP address"),
- 'directory' => N("full path to Mageia Linux install server directory"),
+ 'directory' => N("full path to Mageia install server directory"),
'automatic' => N("installation method: choose NFS or HTTP"),
'ramsize' => N("ramsize parameter on boot image"),
'display' => N("export display on another computer (e.g.: 10.0.1.33:0)"),
@@ -313,7 +313,7 @@
{ label => N("PXE label:"), val => \$WPXENAME,
help => N("name displayed in PXE menu (please provide an ASCII word or a number, without spaces)") },
{ label => N("PXE information:"), val => \$WINFO,
- help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMageai Linux 10 rescue disk\nMageia Linux cauldron install via http") },
+ help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMageai Linux 10 rescue disk\nMageia cauldron install via http") },
{ label => N("Full path to all.rdz image source:"), type => 'file', val => \$WALLRDZ,
help => N("Provide the full path to all.rdz image location") },
{ label => N("Full path to vmlinuz source:"), type => 'file', val => \$WVMLINUZ,
@@ -644,7 +644,7 @@
),
),
- 0, gtkadd(Gtk2::Frame->new(N("Mageia Linux installer options")),
+ 0, gtkadd(Gtk2::Frame->new(N("Mageia installer options")),
gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5),
0, $label_and_widgets->(N("Ramdisk size"), $ramdisk_size, ""),
0, $label_and_widgets->(N("Custom options"), $others, ""),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110203/fc3b80f5/attachment.html>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002543.html">[Mageia-sysadm] [411] Merge mdv commit 271858
</A></li>
<LI>Next message: <A HREF="002550.html">[Mageia-sysadm] [413] Regenerate po files
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2544">[ date ]</a>
<a href="thread.html#2544">[ thread ]</a>
<a href="subject.html#2544">[ subject ]</a>
<a href="author.html#2544">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|