summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2004-08-14 14:52:01 +0000
committerFunda Wang <fwang@mandriva.org>2004-08-14 14:52:01 +0000
commitcac42021618bfa361d95eec9632b97ceed21498a (patch)
treebeb171c14a036e25662c6660c8a3b0132a3f11e8 /pxe_wizard
parent41d2542f1269a22a72e4d8679cb1de99d9ef93ce (diff)
downloaddrakwizard-cac42021618bfa361d95eec9632b97ceed21498a.tar
drakwizard-cac42021618bfa361d95eec9632b97ceed21498a.tar.gz
drakwizard-cac42021618bfa361d95eec9632b97ceed21498a.tar.bz2
drakwizard-cac42021618bfa361d95eec9632b97ceed21498a.tar.xz
drakwizard-cac42021618bfa361d95eec9632b97ceed21498a.zip
Mandrake -> Mandrakelinux
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index c87dda38..c68d948a 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -83,10 +83,10 @@ my $o = {
my %level = (
1 => N("Set PXE server"),
- 2 => N("Add boot image (Mandrake release < 9.2)"),
+ 2 => N("Add boot image (Mandrakelinux release < 9.2)"),
3 => N("Remove boot image in PXE"),
4 => N("Modify boot image in PXE"),
- 5 => N("Add all.rdz image (Mandrake release > 10.0)"),
+ 5 => N("Add all.rdz image (Mandrakelinux release > 10.0)"),
);
@@ -129,7 +129,7 @@ $o->{pages} = {
next => 'pxeserver',
},
addimg => {
- name => N("Add a boot image") . "\n\n" . N("To boot through network, the network computer needs a boot image. Morever we need to name this image, so each boot image is related to a name in PXE menu. User can then choose which image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the rule of the boot image, ie: Mandrake 10 image, Mandrake cooker image..") . "\n\n" . N("Path to image: provide the full path to the network boot image") . "\n\n" . N("PXE name: the name displayed in PXE menu (please provide a word or a number, with no space)"),
+ name => N("Add a boot image") . "\n\n" . N("To boot through network, the network computer needs a boot image. Morever we need to name this image, so each boot image is related to a name in PXE menu. User can then choose which image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the rule of the boot image, ie: Mandrakelinux 10 image, Mandrakelinux cooker image..") . "\n\n" . N("Path to image: provide the full path to the network boot image") . "\n\n" . N("PXE name: the name displayed in PXE menu (please provide a word or a number, with no space)"),
data => [
{ label => "PXE name:", val => \$o->{var}{PXENAME} },
{ label => "PXE description:", val => \$o->{var}{DESCR} },
@@ -139,7 +139,7 @@ $o->{pages} = {
next => 'summaryadd',
},
addimgrdz => {
- name => N("Add all.rdz boot image") . "\n\n" . N("To boot through network, network computer need a boot image. Morever we need to name this image, so each boot image is related to a name in PXE menu. So user can choose wich image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the rule of the boot image, ie: Mandrake 10 image, Mandrake cooker image..") . N("For technical reason, in case of multiple boot image, it's more simple to boot network computer through a kernel (vmlinuz), and provide one file with all drivers needed (in our case all.rdz).") . "\n\n" . N("Path to all.rdz: provide the full path to all.rdz image") . "\n\n" . N("PXE name: the name displayed in PXE menu (please provide a word or a number, with no space)"),
+ name => N("Add all.rdz boot image") . "\n\n" . N("To boot through network, network computer need a boot image. Morever we need to name this image, so each boot image is related to a name in PXE menu. So user can choose wich image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the rule of the boot image, ie: Mandrakelinux 10 image, Mandrakelinux cooker image..") . N("For technical reason, in case of multiple boot image, it's more simple to boot network computer through a kernel (vmlinuz), and provide one file with all drivers needed (in our case all.rdz).") . "\n\n" . N("Path to all.rdz: provide the full path to all.rdz image") . "\n\n" . N("PXE name: the name displayed in PXE menu (please provide a word or a number, with no space)"),
data => [
{ label => "PXE name:", val => \$o->{var}{PXENAME} },
{ label => "PXE description:", val => \$o->{var}{DESCR} },
@@ -504,7 +504,7 @@ sub default_pxe_messages {
save_config($PXEMESSAGE);
output($PXEMESSAGE, <<EOF);
- Welcome to Mandrake Linux PXE Server
+ Welcome to Mandrakelinux PXE Server
Pxelinux
. .-----------------------------------.
/|\\ / Press F1 for available images \\