VirtualBox

Changeset 24536 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Nov 10, 2009 10:42:04 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54657
Message:

Solaris/Installer: backed out temporary test change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r24535 r24536  
    380380
    381381        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 >= 124
    383             if test "$HOST_OS_MINORVERSION" -gt 115; then
     382            # For VirtualBox 3.1 the new USB code requires Nevada > 123
     383            if test "$HOST_OS_MINORVERSION" -gt 123; then
    384384                add_driver "$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP"
    385385                load_module "drv/$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP"
     
    403403                if test -f /platform/i86pc/kernel/drv/vboxusb.conf; then
    404404                    add_driver "$MOD_VBOXUSB" "$DESC_VBOXUSB" "$FATALOP" "$NULLOP"
     405                    # @todo - show indication of USB client driver success/failure.
    405406                fi
    406407            else
    407                 warnprint "Solaris Nevada 124 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."
    408409            fi
    409410        fi
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette