summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-10 15:38:13 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-10 15:38:13 +0000
commit49b664e68c1b1724c39f8db2eb33f72b7cbefbee (patch)
tree75bff0cb1d5986c09fd540376f072fc24347c512 /pxe_wizard
parent670c4b6b9c726c4be45525a41afe68dcf2241d5b (diff)
downloaddrakwizard-49b664e68c1b1724c39f8db2eb33f72b7cbefbee.tar
drakwizard-49b664e68c1b1724c39f8db2eb33f72b7cbefbee.tar.gz
drakwizard-49b664e68c1b1724c39f8db2eb33f72b7cbefbee.tar.bz2
drakwizard-49b664e68c1b1724c39f8db2eb33f72b7cbefbee.tar.xz
drakwizard-49b664e68c1b1724c39f8db2eb33f72b7cbefbee.zip
add mandrake release in menu
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index 0efab106..a3df29c0 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -67,8 +67,8 @@ my $o = {
IMGTOMODIFY => '',
IP => '127.0.0.1',
DIR => '/var/install/',
- ALLRDZ => '/mnt/cdrom/isolinux/alt0/all.rdz',
- VMLINUZ => '/mnt/cdrom/isolinux/alt0/vmlinuz',
+ ALLRDZ => '/var/install/10/isolinux/alt0/all.rdz',
+ VMLINUZ => '/var/install/10/isolinux/alt0/vmlinuz',
OPTION => '',
i => '',
},
@@ -83,10 +83,10 @@ my $o = {
my %level = (
1 => N("Set PXE server"),
- 2 => N("Add boot image in PXE"),
+ 2 => N("Add boot (Mandrake release < 9.2"),
3 => N("Remove boot image in PXE"),
4 => N("Modify boot image in PXE"),
- 5 => N("Add all.rdz image in PXE"),
+ 5 => N("Add all.rdz (Mandrake release > 10.0)"),
);