diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-04 16:35:23 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-04 16:35:23 +0000 |
commit | 21a9a29568df8128bf71ab489d219149bb68b636 (patch) | |
tree | 472a3132eca19543dba1f509cf28c8629ca009d0 /move/move.pm | |
parent | aa3ecc4b30012d4412e1f8e73dd648bf5180fda2 (diff) | |
download | drakx-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/move.pm')
-rw-r--r-- | move/move.pm | 1 |
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"'); |