summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-04 16:35:23 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-04 16:35:23 +0000
commit21a9a29568df8128bf71ab489d219149bb68b636 (patch)
tree472a3132eca19543dba1f509cf28c8629ca009d0 /move
parentaa3ecc4b30012d4412e1f8e73dd648bf5180fda2 (diff)
downloaddrakx-21a9a29568df8128bf71ab489d219149bb68b636.tar
drakx-21a9a29568df8128bf71ab489d219149bb68b636.tar.gz
drakx-21a9a29568df8128bf71ab489d219149bb68b636.tar.bz2
drakx-21a9a29568df8128bf71ab489d219149bb68b636.tar.xz
drakx-21a9a29568df8128bf71ab489d219149bb68b636.zip
configure pcmcia as well
Diffstat (limited to 'move')
-rw-r--r--move/move.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm
index bb0edce74..2e5a965cc 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -169,6 +169,7 @@ sub init {
modules::load_category('bus/usb');
eval { modules::load('usb-storage', 'sd_mod') };
handle_virtual_key();
+ $o->{pcmcia} ||= !$::noauto && c::pcmcia_probe();
install_steps::setupSCSI($o);
run_program::run('sysctl', '-w', 'kernel.hotplug="/sbin/hotplug"');