Index: /trunk/src/VBox/Installer/linux/run-inst.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/run-inst.sh	(revision 44165)
+++ /trunk/src/VBox/Installer/linux/run-inst.sh	(revision 44166)
@@ -223,7 +223,6 @@
              #       with callback mod_mymod_show_options?)
 
-            --enable)
-                MODULE_CUR=$2
-                MODULE_CUR_PATH=$2
+            --with-*)
+                MODULE_CUR=$(expr "$ARG" : '--with-\(.*\)')
                 # Check if corresponding module in installer/module-$1 exists.
                 # Note: Module names may not contain spaces or other funny things.
