VirtualBox

Ignore:
Timestamp:
May 12, 2016 1:29:13 PM (9 years ago)
Author:
vboxsync
Message:

Additions/linux: don't freak out if vboxsf cannot be loaded (this is a valid configuration)

File:
1 edited

Legend:

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

    r60940 r60943  
    202202    running_vboxsf || {
    203203        $MODPROBE vboxsf > /dev/null 2>&1 || {
    204             if dmesg | grep "vboxConnect failed" > /dev/null 2>&1; then
     204            if dmesg | grep "VbglR0SfConnect failed" > /dev/null 2>&1; then
    205205                show_error "Unable to start shared folders support.  Make sure that your VirtualBox build"
    206206                show_error "supports this feature."
    207                 exit 1
     207            else
     208                show_error "modprobe vboxsf failed"
    208209            fi
    209             fail "modprobe vboxsf failed"
    210210        }
    211211    }
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