From 49b664e68c1b1724c39f8db2eb33f72b7cbefbee Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 10 Mar 2004 15:38:13 +0000 Subject: add mandrake release in menu --- pxe_wizard/Pxe.pm | 8 ++++---- 1 file 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)"), ); -- cgit v1.2.1