Changeset 48952 in vbox for trunk/src/VBox/HostDrivers/Support/solaris/load.sh
- Timestamp:
- Oct 7, 2013 9:54:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/load.sh
r44678 r48952 47 47 $SUDO svcadm disable svc:/application/virtualbox/zoneaccess:default 48 48 49 # Unload driver that may depend on the driver we're going to (re-)load 49 # Unload driver that may depend on the driver we're going to (re-)load 50 50 # as well as the driver itself. 51 51 for drv in $DRIVERS_USING_IT $DRVNAME; … … 68 68 # 69 69 # Note! We have to copy the driver and config files to somewhere the kernel can 70 # find them. It is searched for as drv/${DRVNAME}.conf in 71 # kobj_module_path, which is usually: 72 # /platform/i86pc/kernel /kernel /usr/kernel 70 # find them. It is searched for as drv/${DRVNAME}.conf in 71 # kobj_module_path, which is usually: 72 # /platform/i86pc/kernel /kernel /usr/kernel 73 73 # To try prevent bad drivers from being loaded on the next boot, we remove 74 74 # always the files.
Note:
See TracChangeset
for help on using the changeset viewer.