From 0d66ff96419d5454d60421e44938bf559d67941e Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Thu, 15 Jan 2004 10:30:21 +0000 Subject: add PXe and installsrv --- drakwizard.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drakwizard.pl') diff --git a/drakwizard.pl b/drakwizard.pl index e75b5230..058e81e1 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -51,6 +51,8 @@ my %wiz = ( ntp => ['Ntp', N("Time server")], apache2 => ['Apache', N("Apache2 web server"), { ver => 2 }], nisautofs => ['Nisautofs', N("Nis server + Autofs")], + installsrv => ['Installsrv', N("Mdk Install server")], + pxe => ['Pxe', N("Pxe server")], ); if (!defined($wiz{$ARGV[0]})) { -- cgit v1.2.1