From bf14775b174e13330de97fb17ae20980b0e45cab Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 20 Jul 2005 09:34:30 +0000 Subject: s/Mandrake/Mandriva/ --- pxe_wizard/Pxe.pm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'pxe_wizard') diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index 6f48ac69..89d8dab6 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -2,9 +2,9 @@ # Drakwizard PXE # release 0.3 -# Copyright (C) 2004 Mandrakesoft +# Copyright (C) 2004 Mandriva # -# Author: Antoine Ginies +# Author: Antoine Ginies # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -83,10 +83,10 @@ my $o = { my %level = ( 1 => N("Set PXE server"), - 2 => N("Add boot image (Mandrakelinux release < 9.2)"), + 2 => N("Add boot image (Mandriva Linux release < 9.2)"), 3 => N("Remove boot image in PXE"), 4 => N("Modify boot image in PXE"), - 5 => N("Add all.rdz image (Mandrakelinux release > 10.0)"), + 5 => N("Add all.rdz image (Mandriva Linux 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. Moreover 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 role of the boot image, e.g.: 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 an ASCII word or a number, with no spaces)"), + name => N("Add a boot image") . "\n\n" . N("To boot through network, the network computer needs a boot image. Moreover 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 role of the boot image, e.g.: Mandriva Linux 10 image, Mandriva Linux 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 an ASCII word or a number, with no spaces)"), 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 computers need a boot image. Moreover we need to name this image, so each boot image is related to a name in PXE menu. So user can choose which image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the role of the boot image, e.g.: 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 an ASCII word or a number, with no spaces)"), + name => N("Add all.rdz boot image") . "\n\n" . N("To boot through network, network computers need a boot image. Moreover we need to name this image, so each boot image is related to a name in PXE menu. So user can choose which image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the role of the boot image, e.g.: Mandriva Linux 10 image, Mandriva Linux 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 an ASCII word or a number, with no spaces)"), data => [ { label => "PXE name:", val => \$o->{var}{PXENAME} }, { label => "PXE description:", val => \$o->{var}{DESCR} }, @@ -167,7 +167,7 @@ $o->{pages} = { next => 'gomodify', }, gomodify => { - name => N("Add option to the PXE boot image") . "\n\n" . N("Server IP: IP address of the server, which contains installation directory. You can create one with Mandrakelinux install server wizard.") . "\n" . N("Install directory: the full path to Mandrakelinux install server directory") . "\n" . N("Installation method: choose NFS or HTTP."), + name => N("Add option to the PXE boot image") . "\n\n" . N("Server IP: IP address of the server, which contains installation directory. You can create one with Mandriva Linux install server wizard.") . "\n" . N("Install directory: the full path to Mandriva Linux install server directory") . "\n" . N("Installation method: choose NFS or HTTP."), data => [ { label => N("Boot image to modify:"), fixed_val => \$o->{var}{i} }, { label => N("Server IP:"), val => \$o->{var}{IP} }, @@ -205,7 +205,7 @@ $o->{pages} = { }, }, error_imgrdz => { - name => N("Please provide an all.rdz image, which contains all drivers. You can find one on the first CD of the Mandrakelinux distribution, in the /isolinux/alt0/ directory."), + name => N("Please provide an all.rdz image, which contains all drivers. You can find one on the first CD of the Mandriva Linux distribution, in the /isolinux/alt0/ directory."), next => 'addimgrdz', }, error_path_img => { @@ -504,7 +504,7 @@ sub default_pxe_messages { save_config($PXEMESSAGE); output($PXEMESSAGE, <