diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-10 02:20:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-10 02:20:32 +0000 |
commit | bff2e783f7d82e9450d38f931820f95f98012e58 (patch) | |
tree | 165e01d00ab7fb7c930c844e54fa15f805938ebf /perl-install/install_steps_interactive.pm | |
parent | bc05f062a49c21078346c2223d0807afc9ce20bd (diff) | |
download | drakx-bff2e783f7d82e9450d38f931820f95f98012e58.tar drakx-bff2e783f7d82e9450d38f931820f95f98012e58.tar.gz drakx-bff2e783f7d82e9450d38f931820f95f98012e58.tar.bz2 drakx-bff2e783f7d82e9450d38f931820f95f98012e58.tar.xz drakx-bff2e783f7d82e9450d38f931820f95f98012e58.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
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 { |