VirtualBox

Changeset 58417 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 26, 2015 12:01:23 PM (9 years ago)
Author:
vboxsync
Message:

#8051: Installers: unify Linux host installers as far as possible: as of this revision, vboxdrv.sh calls check_module_dependencies.sh to print out the suggested command lines for installing missing dependencies if building the kernel modules fails. Currently the output goes to the log file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh

    r58326 r58417  
    426426        --module-source "$MODULE_SRC/vboxdrv" \
    427427        --no-print-directory install >> $LOG 2>&1; then
     428        "${INSTALL_DIR}/check_module_dependencies.sh"
    428429        failure "Look at $LOG to find out what went wrong"
    429430    fi
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette