VirtualBox

Ignore:
Timestamp:
Nov 23, 2015 12:51:11 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104276
Message:

Additions/linux/installers: fix error reporting when the kernel module build fails, both in the installer and the service.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r58359 r58820  
    378378    chcon -t bin_t "$BUILDINTMP" > /dev/null 2>&1
    379379
    380     setup_modules || \
     380    if setup_modules; then
     381        mod_succ=0
     382    else
     383        mod_succ=1
    381384        show_error "Please check that you have gcc, make, the header files for your Linux kernel and possibly perl installed."
    382     mod_succ="$?"
     385    fi
    383386    extra_setup
    384387    if [ "$mod_succ" -eq "0" ]; then
Note: See TracChangeset for help on using the changeset viewer.

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