Changeset 60943 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- May 12, 2016 1:29:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r60940 r60943 202 202 running_vboxsf || { 203 203 $MODPROBE vboxsf > /dev/null 2>&1 || { 204 if dmesg | grep " vboxConnect failed" > /dev/null 2>&1; then204 if dmesg | grep "VbglR0SfConnect failed" > /dev/null 2>&1; then 205 205 show_error "Unable to start shared folders support. Make sure that your VirtualBox build" 206 206 show_error "supports this feature." 207 exit 1 207 else 208 show_error "modprobe vboxsf failed" 208 209 fi 209 fail "modprobe vboxsf failed"210 210 } 211 211 }
Note:
See TracChangeset
for help on using the changeset viewer.