From 7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 8 Mar 2011 15:18:15 +0000 Subject: remove pcmcia_probe (not needed on server, and need to investigate why this cause KVM trouble... --- perl-install/harddrake/data.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/harddrake/data.pm') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index dd8686752..f4318e92e 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -121,7 +121,8 @@ our @tree = string => N("PCMCIA controllers"), icon => "hw-pcmcia.png", configurator => "", - detector => sub { f(detect_devices::pcmcia_controller_probe()) }, + #detector => sub { f(print "";detect_devices::pcmcia_controller_probe()) }, + detector => sub { f(print "Disable!";) }, checked_on_boot => 1, }, -- cgit v1.2.1