From bff2e783f7d82e9450d38f931820f95f98012e58 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 10 Nov 1999 02:20:32 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') 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 { -- cgit v1.2.1