Changeset 24756 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 18, 2009 12:37:12 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54964
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r24755 r24756 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 15; then383 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"
Note:
See TracChangeset
for help on using the changeset viewer.