summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-01-15 10:30:21 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-01-15 10:30:21 +0000
commit0d66ff96419d5454d60421e44938bf559d67941e (patch)
treeca1eaa4faefc02430284c79e0eecdf60491faccf /drakwizard.pl
parent4108c4751c61d5f1963a1cf97e628b6817ce6b8d (diff)
downloaddrakwizard-0d66ff96419d5454d60421e44938bf559d67941e.tar
drakwizard-0d66ff96419d5454d60421e44938bf559d67941e.tar.gz
drakwizard-0d66ff96419d5454d60421e44938bf559d67941e.tar.bz2
drakwizard-0d66ff96419d5454d60421e44938bf559d67941e.tar.xz
drakwizard-0d66ff96419d5454d60421e44938bf559d67941e.zip
add PXe and installsrv
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-xdrakwizard.pl2
1 files changed, 2 insertions, 0 deletions
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]})) {