- Timestamp:
- Mar 5, 2013 10:32:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/run-inst.sh
r44920 r44921 385 385 # Give the modules the chance to write their stuff 386 386 # to the installation config as well. 387 info "Saving modules configuration ..." 388 for CUR_MODULE in ${INSTALLATION_MODULES_LIST} 389 do 387 if [ -n "${INSTALLATION_MODULES_LIST}" ]; then 388 info "Saving modules configuration ..." 389 for CUR_MODULE in ${INSTALLATION_MODULES_LIST} 390 do 390 391 echo "`mod_${CUR_MODULE}_config_save`" >> "$CONFIG_DIR/$CONFIG" 391 done 392 done 393 fi 392 394 393 395 # Install, set up and start init scripts
Note:
See TracChangeset
for help on using the changeset viewer.