summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-10 02:20:32 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-10 02:20:32 +0000
commitbff2e783f7d82e9450d38f931820f95f98012e58 (patch)
tree165e01d00ab7fb7c930c844e54fa15f805938ebf /perl-install/install_steps_interactive.pm
parentbc05f062a49c21078346c2223d0807afc9ce20bd (diff)
downloaddrakx-backup-do-not-use-bff2e783f7d82e9450d38f931820f95f98012e58.tar
drakx-backup-do-not-use-bff2e783f7d82e9450d38f931820f95f98012e58.tar.gz
drakx-backup-do-not-use-bff2e783f7d82e9450d38f931820f95f98012e58.tar.bz2
drakx-backup-do-not-use-bff2e783f7d82e9450d38f931820f95f98012e58.tar.xz
drakx-backup-do-not-use-bff2e783f7d82e9450d38f931820f95f98012e58.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 78c7c3ab1..c23709907 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -864,13 +864,11 @@ sub miscellaneous {
[ _("Do you have a laptop?"),
_("Use hard drive optimizations?"),
_("Choose security level"),
-#-GOLD _("Use kudzu"),
_("Precise ram size if needed (found %d MB)", availableRam / 1024),
],
[ { val => \$u->{LAPTOP}, type => 'bool' },
{ val => \$u->{HDPARM}, type => 'bool', text => _("(may cause disk problems)") },
{ val => \$s, list => [ map { $l{$_} } ikeys %l ] },
-#-GOLD { val => \$u->{kudzu}, type => 'bool' },
\$u->{memsize},
],
complete => sub {