VirtualBox

Changeset 7878 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 10, 2008 3:54:54 PM (17 years ago)
Author:
vboxsync
Message:

Solaris guest installer: devlinks and removing redundant files.

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

Legend:

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

    r7870 r7878  
    2929# create links
    3030echo "Creating links..."
    31 #/usr/sbin/installf -c none $PKGINST /dev/vboxguest=../devices/pci@0,0/pci80ee,cafe@4:vboxguest s
     31/usr/sbin/installf -c none $PKGINST /dev/vboxguest=../devices/pci@0,0/pci80ee,cafe@4:vboxguest s
    3232/usr/sbin/installf -c none $PKGINST /usr/bin/VBoxClient=$vboxadditions_path/VBoxClient s
    3333/usr/sbin/installf -c none $PKGINST /usr/bin/VBoxService=$vboxadditions_path/VBoxService s
     
    9292
    9393# Remove redundant files
    94 #/usr/sbin/removef $PKGINST $vboxadditions_path/etc/devlink.tab 1>/dev/null
    95 #/usr/sbin/removef $PKGINST $vboxadditions_path/etc 1>/dev/null
    96 #rm -rf $vboxadditions_path/etc
    97 #/usr/sbin/removef -f $PKGINST
     94/usr/sbin/removef $PKGINST $vboxadditions_path/etc/devlink.tab 1>/dev/null
     95/usr/sbin/removef $PKGINST $vboxadditions_path/etc 1>/dev/null
     96rm -rf $vboxadditions_path/etc
     97/usr/sbin/removef -f $PKGINST
    9898
    9999/usr/sbin/installf -f $PKGINST
    100 
    101 #/usr/sbin/devlinks
    102100
    103101# Setup our VBoxService SMF service
     
    107105/usr/sbin/svcadm enable svc:/system/virtualbox/vboxservice
    108106
     107/usr/sbin/devlinks
     108
    109109echo "Done."
    110110if test $retval -eq 0; then
  • trunk/src/VBox/Additions/solaris/Installer/preremove.sh

    r7870 r7878  
    2424/opt/VirtualBoxAdditions/vboxguest.sh stop
    2525
    26 # clean up link
    27 rm -f /dev/vboxguest
    28 
    2926echo "Done."
    3027
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