diff options
-rwxr-xr-x | perl-install/standalone/drakxconf | 10 |
1 files 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', |