diff options
Diffstat (limited to 'perl-install/standalone/drakxconf')
-rwxr-xr-x | perl-install/standalone/drakxconf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/drakxconf b/perl-install/standalone/drakxconf index 4c7c57e4d..51530940d 100755 --- a/perl-install/standalone/drakxconf +++ b/perl-install/standalone/drakxconf @@ -41,6 +41,8 @@ my @l=( cmd => 'drakautoinst'}, { des => 'Connection Sharing', cmd => 'drakgw'}, + { des => 'Diskdrake', + cmd => 'diskdrake'}, ); my $choice = $in->ask_from_listf(_("Control Center"), _("Choose the tool you want to use"), |