VirtualBox

Ignore:
Timestamp:
Apr 10, 2008 2:26:08 PM (17 years ago)
Author:
vboxsync
Message:

Solaris Guest Installer: vboxguest persistence and disabled stripping temporarily.

File:
1 edited

Legend:

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

    r7771 r7870  
    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
     
    8181    rm -f $vboxadditions_path/vboxvideo_drv_*
    8282    /usr/sbin/removef -f $PKGINST
    83    
     83
    8484    # Some distros like Indiana have no xorg.conf, deal with this
    8585    if ! (test -f '/etc/X11/xorg.conf' -o -f '/etc/X11/.xorg.conf'); then
     
    9191fi
    9292
     93# 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
     98
    9399/usr/sbin/installf -f $PKGINST
     100
     101#/usr/sbin/devlinks
    94102
    95103# Setup our VBoxService SMF service
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