VirtualBox

Changeset 68709 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Sep 8, 2017 4:12:47 PM (7 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: do not remove kernel modules if modprobe fails.
bugref:3809: Linux installer maintenance

File:
1 edited

Legend:

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

    r68705 r68709  
    231231            $MODPROBE vboxguest >/dev/null 2>&1 || {
    232232                setup
    233                 $MODPROBE vboxguest >/dev/null 2>&1 || {
    234                     "${INSTALL_DIR}/init/vboxadd-x11" cleanup 2>> "${LOG}"
     233                $MODPROBE vboxguest >/dev/null 2>&1 ||
    235234                    fail "modprobe vboxguest failed"
    236                 }
    237235            }
    238236            case "$no_udev" in 1)
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