diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-03-11 14:30:38 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-03-11 14:30:38 +0000 |
commit | 96b996a1e8a71444b0c67d5f4ba8c58705105400 (patch) | |
tree | 0584bc12dcba758bc78fe21f79d95bb15acabb07 | |
parent | 11c1ed5b80fdb968ea1aaafa090b88e4727daaa5 (diff) | |
download | drakx-backup-do-not-use-96b996a1e8a71444b0c67d5f4ba8c58705105400.tar drakx-backup-do-not-use-96b996a1e8a71444b0c67d5f4ba8c58705105400.tar.gz drakx-backup-do-not-use-96b996a1e8a71444b0c67d5f4ba8c58705105400.tar.bz2 drakx-backup-do-not-use-96b996a1e8a71444b0c67d5f4ba8c58705105400.tar.xz drakx-backup-do-not-use-96b996a1e8a71444b0c67d5f4ba8c58705105400.zip |
avoir error while using harddrake
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index f4318e92e..f90cd334c 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -122,7 +122,7 @@ our @tree = icon => "hw-pcmcia.png", configurator => "", #detector => sub { f(print "";detect_devices::pcmcia_controller_probe()) }, - detector => sub { f(print "Disable!";) }, + detector => sub { f(;) }, checked_on_boot => 1, }, |