Changeset 10990 in vbox
- Timestamp:
- Jul 30, 2008 2:49:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxdrv.sh
r8867 r10990 91 91 info "VirtualBox kernel module not loaded." 92 92 fi 93 94 # check for vbi and force unload it 95 vbi_mod_id=`/usr/sbin/modinfo | grep vbi | cut -f 1 -d ' ' ` 96 if test -n "$vbi_mod_id"; then 97 /usr/sbin/modunload -i $vbi_mod_id 98 fi 93 99 } 94 100
Note:
See TracChangeset
for help on using the changeset viewer.