Searched refs:CUR_MODULE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/linux/
H A Drun-inst.sh369 for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" 2>/dev/null`
371 echo "$CUR_MODULE" >> "$CONFIG_DIR/$CONFIG_FILES"
375 for CUR_MODULE in ${INSTALLATION_MODULES_LIST}
377 mod_${CUR_MODULE}_install
379 info "Error: Failed to install module \"$CUR_MODULE\""
411 for CUR_MODULE in ${INSTALLATION_MODULES_LIST}
413 echo "`mod_${CUR_MODULE}_config_save`" >> "$CONFIG_DIR/$CONFIG"
470 for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" -name "module-*" 2>/dev/null`
472 . "\$CUR_MODULE"
479 for CUR_MODULE i
[all...]

Completed in 42 milliseconds