summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-03-08 15:18:15 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-03-08 15:18:15 +0000
commit7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23 (patch)
tree00898bd6af164314fd1295a3f753eaae24e6c31d /perl-install/harddrake/data.pm
parente195fbf38872f2470d0272790f0a0627b7a7e8de (diff)
downloaddrakx-backup-do-not-use-7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23.tar
drakx-backup-do-not-use-7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23.tar.gz
drakx-backup-do-not-use-7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23.tar.bz2
drakx-backup-do-not-use-7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23.tar.xz
drakx-backup-do-not-use-7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23.zip
remove pcmcia_probe (not needed on server, and need to investigate why this cause KVM trouble...
Diffstat (limited to 'perl-install/harddrake/data.pm')
-rw-r--r--perl-install/harddrake/data.pm3
1 files changed, 2 insertions, 1 deletions
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,
},