VirtualBox

Changeset 17249 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 2, 2009 1:47:06 PM (16 years ago)
Author:
vboxsync
Message:

Solaris/Installer: USB devlink fix.

File:
1 edited

Legend:

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

    r17068 r17249  
    2828fi
    2929
     30osversion=`uname -r`
    3031currentzone=`zonename`
    3132if test "$currentzone" = "global"; then
     
    4142                rc=$?
    4243            fi
    43             if test -f /platform/i86pc/kernel/drv/vboxusb.conf; then
     44
     45            if test -f /platform/i86pc/kernel/drv/vboxusb.conf && test "$osversion" != "5.10"; then
    4446                /opt/VirtualBox/vboxdrv.sh usbstart
    4547                rc=$?
     
    108110    # create the device link
    109111    /usr/sbin/devfsadm -i vboxdrv
     112
     113    # don't create link for Solaris 10
     114    if test -f /platform/i86pc/kernel/drv/vboxusb.conf && test "$osversion" != "5.10"; then
     115        /usr/sbin/devfsadm -i vboxusb
     116    fi
    110117    sync
    111118
Note: See TracChangeset for help on using the changeset viewer.

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