Changeset 13578 in vbox for trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
- Timestamp:
- Oct 27, 2008 1:53:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r12309 r13578 20 20 echo "Configuring VirtualBox guest kernel module..." 21 21 22 sync23 22 vboxadditions_path="/opt/VirtualBoxAdditions" 24 23 vboxadditions64_path=$vboxadditions_path/amd64 … … 27 26 # vboxguest.sh would've been installed, we just need to call it. 28 27 $vboxadditions_path/vboxguest.sh restart silentunload 28 29 sed -e ' 30 /name=vboxguest/d' /etc/devlink.tab > /etc/devlink.vbox 31 echo "type=ddi_pseudo;name=vboxguest \D" >> /etc/devlink.vbox 32 mv -f /etc/devlink.vbox /etc/devlink.tab 33 34 # create the device link 35 /usr/sbin/devfsadm -i vboxguest 36 sync 29 37 30 38 # get what ISA the guest is running
Note:
See TracChangeset
for help on using the changeset viewer.