Changeset 44678 in vbox for trunk/src/VBox/HostDrivers/Support/solaris/load.sh
- Timestamp:
- Feb 13, 2013 10:51:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/load.sh
r40618 r44678 27 27 28 28 DRVNAME="vboxdrv" 29 DRIVERS_USING_IT="vboxusb mon vboxusbvboxnet vboxflt vboxbow"29 DRIVERS_USING_IT="vboxusb vboxusbmon vboxnet vboxflt vboxbow" 30 30 31 31 DRVFILE=`dirname "$0"` … … 43 43 SUDO=sudo 44 44 #set -x 45 46 # Disable the zone access service. 47 $SUDO svcadm disable svc:/application/virtualbox/zoneaccess:default 45 48 46 49 # Unload driver that may depend on the driver we're going to (re-)load
Note:
See TracChangeset
for help on using the changeset viewer.