diff options
author | damien <damien@mandriva.com> | 2001-03-09 04:53:51 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-03-09 04:53:51 +0000 |
commit | b4ab48722e597166d78879a69d2fc23350a5a2e2 (patch) | |
tree | 85312e828074244e00f94c5a8af608202d999a91 /perl-install | |
parent | 21ae4a8bdbf649ebe226d3c6d07bb79c37024544 (diff) | |
download | drakx-backup-do-not-use-b4ab48722e597166d78879a69d2fc23350a5a2e2.tar drakx-backup-do-not-use-b4ab48722e597166d78879a69d2fc23350a5a2e2.tar.gz drakx-backup-do-not-use-b4ab48722e597166d78879a69d2fc23350a5a2e2.tar.bz2 drakx-backup-do-not-use-b4ab48722e597166d78879a69d2fc23350a5a2e2.tar.xz drakx-backup-do-not-use-b4ab48722e597166d78879a69d2fc23350a5a2e2.zip |
added harddrake
Diffstat (limited to 'perl-install')
-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', |