Changeset 69564 in vbox
- Timestamp:
- Nov 3, 2017 2:36:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r69500 r69564 293 293 fail "Cannot unmount vboxsf folders" 294 294 fi 295 test -n "${INSTALL_NO_MODULE_BUILDS}" && return 0 296 modprobe -q -r -a vboxvideo vboxsf vboxguest 297 if egrep -q 'vboxguest|vboxsf|vboxvideo' /proc/modules; then 295 test -n "${INSTALL_NO_MODULE_BUILDS}" || 298 296 info "You may need to restart your guest system to finish removing the guest drivers." 299 else300 rm -f $userdev || fail "Cannot unlink $userdev"301 rm -f $dev || fail "Cannot unlink $dev"302 fi303 297 return 0 304 298 }
Note:
See TracChangeset
for help on using the changeset viewer.