From 67a20a8a8956d6972c65f05121a74548df383686 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 25 Nov 2004 15:05:37 +0000 Subject: do not probe memory chips at boot time ... --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 41eea7798..d45486270 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -244,7 +244,7 @@ our @tree = icon => "memory.png", configurator => "", detector => sub { grep { member($_->{name}, 'Cache', 'Memory Module') } detect_devices::dmidecode() }, - checked_on_boot => 1, + checked_on_boot => 0, }, { -- cgit v1.2.1