Changeset 24536 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 10, 2009 10:42:04 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54657
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r24535 r24536 380 380 381 381 if test -f /platform/i86pc/kernel/drv/vboxusbmon.conf && test "$HOST_OS_MAJORVERSION" != "5.10"; then 382 # For VirtualBox 3.1 the new USB code requires Nevada > = 124383 if test "$HOST_OS_MINORVERSION" -gt 1 15; then382 # For VirtualBox 3.1 the new USB code requires Nevada > 123 383 if test "$HOST_OS_MINORVERSION" -gt 123; then 384 384 add_driver "$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP" 385 385 load_module "drv/$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP" … … 403 403 if test -f /platform/i86pc/kernel/drv/vboxusb.conf; then 404 404 add_driver "$MOD_VBOXUSB" "$DESC_VBOXUSB" "$FATALOP" "$NULLOP" 405 # @todo - show indication of USB client driver success/failure. 405 406 fi 406 407 else 407 warnprint "Solaris Nevada124 or higher required for USB support. Skipped installing USB support."408 warnprint "Solaris 5.11 snv_124 or higher required for USB support. Skipped installing USB support." 408 409 fi 409 410 fi
Note:
See TracChangeset
for help on using the changeset viewer.