Changeset 24755 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 18, 2009 12:17:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r24682 r24755 381 381 if test -f /platform/i86pc/kernel/drv/vboxusbmon.conf && test "$HOST_OS_MAJORVERSION" != "5.10"; then 382 382 # For VirtualBox 3.1 the new USB code requires Nevada > 123 383 if test "$HOST_OS_MINORVERSION" -gt 1 23; then383 if test "$HOST_OS_MINORVERSION" -gt 115; then 384 384 add_driver "$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP" 385 385 load_module "drv/$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP"
Note:
See TracChangeset
for help on using the changeset viewer.