VirtualBox

Changeset 10990 in vbox


Ignore:
Timestamp:
Jul 30, 2008 2:49:08 PM (17 years ago)
Author:
vboxsync
Message:

Solaris/installer: force unload vbi for loading newer vbi versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxdrv.sh

    r8867 r10990  
    9191        info "VirtualBox kernel module not loaded."
    9292    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
    9399}
    94100
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