From b4ab48722e597166d78879a69d2fc23350a5a2e2 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 9 Mar 2001 04:53:51 +0000 Subject: added harddrake --- perl-install/standalone/drakxconf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/perl-install/standalone/drakxconf b/perl-install/standalone/drakxconf index b6cb0d288..84a7bccc4 100755 --- a/perl-install/standalone/drakxconf +++ b/perl-install/standalone/drakxconf @@ -18,20 +18,22 @@ my $in = vnew interactive('su'); my @l=( { des => 'Display Configuration', cmd => 'XFdrake'}, - { des => 'Add new users', - cmd => 'adduserdrake'}, { des => 'Hard Drive Configuration', cmd => 'diskdrake'}, - { des => 'Service Configuration', - cmd => 'drakxservices'}, { des => 'KeyBoard Configuration', cmd => 'keyboarddrake'}, { des => 'Mouse Configuration', cmd => 'mousedrake'}, + { des => 'Hardware Information', + cmd => 'harddrake'}, { des => 'Internet & Network', cmd => 'draknet'}, { des => 'Printer Configuration', cmd => 'printerdrake'}, + { des => 'Add new users', + cmd => 'adduserdrake'}, + { des => 'Service Configuration', + cmd => 'drakxservices'}, { des => 'Security Levels', cmd => 'draksec'}, { des => 'Boot Configuration', -- cgit v1.2.1