VirtualBox

Ignore:
Timestamp:
Oct 27, 2008 1:53:17 PM (16 years ago)
Author:
vboxsync
Message:

Solaris/additions installer: eliminate devlink.tab, use devfsadm and dev tree, rather than the device tree.

File:
1 edited

Legend:

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

    r12309 r13578  
    2020echo "Configuring VirtualBox guest kernel module..."
    2121
    22 sync
    2322vboxadditions_path="/opt/VirtualBoxAdditions"
    2423vboxadditions64_path=$vboxadditions_path/amd64
     
    2726# vboxguest.sh would've been installed, we just need to call it.
    2827$vboxadditions_path/vboxguest.sh restart silentunload
     28
     29sed -e '
     30/name=vboxguest/d' /etc/devlink.tab > /etc/devlink.vbox
     31echo "type=ddi_pseudo;name=vboxguest    \D" >> /etc/devlink.vbox
     32mv -f /etc/devlink.vbox /etc/devlink.tab
     33
     34# create the device link
     35/usr/sbin/devfsadm -i vboxguest
     36sync
    2937
    3038# get what ISA the guest is running
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