summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--move/move.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm
index c6d96d087..32cb9dabc 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -104,8 +104,11 @@ sub init {
modules::load_category('multimedia/sound');
+ system('sysctl -w kernel.hotplug="/bin/true"');
modules::load_category('bus/usb');
+ eval { modules::load('usb-storage', 'sd_mod') };
install_steps::setupSCSI($o);
+ system('sysctl -w kernel.hotplug="/sbin/hotplug"');
handleMoveKey($o);
drakx_stuff: