VirtualBox

Ignore:
Timestamp:
Jul 26, 2012 7:42:55 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79527
Message:

Additions/solaris/vboxms: added mouse driver to installer, not yet started by default.

Location:
trunk/src/VBox/Additions/solaris/Installer
Files:
2 edited

Legend:

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

    r41438 r42425  
    146146if test "$currentzone" = "global"; then
    147147    /usr/sbin/installf -c none $PKGINST /dev/vboxguest=../devices/pci@0,0/pci80ee,cafe@4:vboxguest s
     148    /usr/sbin/installf -c none $PKGINST /dev/vboxms=../devices/pseudo/vboxms@0:vboxmouse s
    148149fi
    149150
     
    399400    fi
    400401fi
     402
     403# Move the pointer integration module to kernel/drv & remove the unused module name from pkg and file from disk
    401404
    402405# Finalize
  • trunk/src/VBox/Additions/solaris/Installer/preremove.sh

    r40193 r42425  
    5353if test -h "/dev/vboxguest" || test -f "/dev/vboxguest"; then
    5454    rm -f /dev/vboxdrv
     55if test -h "/dev/vboxms" || test -f "/dev/vboxms"; then
     56    rm -f /dev/vboxms
    5557fi
    5658
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