summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2005-07-01 01:44:08 +0000
committerFunda Wang <fwang@mandriva.org>2005-07-01 01:44:08 +0000
commitc870865cd0d1946842f375e6723ce02ac0e04f0f (patch)
tree1798c4dc7fe32530430b29ba4f66dfed8c17d62e /drakpxelinux.pl
parent520355abf7c01949e77f2a5fa11c97235e176e34 (diff)
downloaddrakpxelinux-c870865cd0d1946842f375e6723ce02ac0e04f0f.tar
drakpxelinux-c870865cd0d1946842f375e6723ce02ac0e04f0f.tar.gz
drakpxelinux-c870865cd0d1946842f375e6723ce02ac0e04f0f.tar.bz2
drakpxelinux-c870865cd0d1946842f375e6723ce02ac0e04f0f.tar.xz
drakpxelinux-c870865cd0d1946842f375e6723ce02ac0e04f0f.zip
s/Mandrakelinux/Mandriva Linux/.
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r--drakpxelinux.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 211ea90..b98ad2b 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -72,7 +72,7 @@ N("Kernel: memdisk or vmlinuz") . "\n" .
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 Mandrakelinux install server directory") . "\n" .
+N("Directory: full path to Mandriva Linux 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" .
@@ -87,7 +87,7 @@ my %help = (
'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 Mandrakelinux install server directory"),
+ 'directory' => N("full path to Mandriva Linux 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)"),
@@ -211,7 +211,7 @@ sub wizard_add_entry {
{ 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.:\nMandrakelinux 10 rescue disk\nMandrakelinux cooker install via http") },
+ help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMandriva Linux 10 rescue disk\nMandrakelinux cooker install via http") },
{ label => N("Full path to all.rdz image source:"), val => \$WALLRDZ,
help => N("Provide the full path to all.rdz image location") },
{ label => N("Full path to vmlinuz source:"), val => \$WVMLINUZ,
@@ -472,7 +472,7 @@ sub edit_box_item {
),
),
- 0, gtkadd(Gtk2::Frame->new(N("Mandrakelinux installer options")),
+ 0, gtkadd(Gtk2::Frame->new(N("Mandriva Linux installer options")),
gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5),
0, $label_and_widgets->(N("Ramdisk size"), $ramdisk, ""),
0, $label_and_widgets->(N("Custom options"), $option, ""),