From 2e282a8fcf93ab6d0a20867dfc7c47bbecac40a5 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 23 Aug 2004 06:08:22 +0000 Subject: Mandrake -> Mandrakelinux --- drakpxelinux.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'drakpxelinux.pl') diff --git a/drakpxelinux.pl b/drakpxelinux.pl index 6201092..3214551 100644 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -69,7 +69,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 MDK install server directory") . "\n" . +N("Directory: full path to Mandrakelinux install server directory") . "\n" . N("Installation method: NFS or HTTP") . "\n" . N("Ramsize: ramsize parameter on boot disk") . "\n" . N("Display: export display to another computer (ie: 10.0.1.33:0)") . "\n" . @@ -84,7 +84,7 @@ my %help = ( 'interface' => N("network interface used for the installation process"), 'info' => N("the name to be displayed in the PXE menu (an ASCII word/number)"), 'network' => N("DHCP or an IP address"), - 'directory' => N("full path to MDK install server directory"), + 'directory' => N("full path to Mandrakelinux install server directory"), 'automatic' => N("installation method: choose NFS or HTTP"), 'ramsize' => N("ramsize parameter on boot disk"), 'display' => N("export display on another computer (ie: 10.0.1.33:0)"), @@ -344,7 +344,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,\nie:\nMandrake 10 rescue disk\nMandrake cooker install via http") }, + help => N("The PXE information is used to explain the role of the boot image,\nie:\nMandrakelinux 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 source") }, { label => N("Full path to vmlinuz source:"), val => \$WVMLINUZ, @@ -908,7 +908,7 @@ sub default_pxe_messages { save_config($PXEMESSAGE); output($PXEMESSAGE, <