Changeset 39304 in vbox for trunk/src/VBox/Additions/solaris/Installer
- Timestamp:
- Nov 15, 2011 11:09:50 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74858
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r39239 r39304 111 111 # vboxguest.sh would've been installed, we just need to call it. 112 112 echo "Configuring VirtualBox guest kernel module..." 113 $vboxadditions_path/vboxguest.sh restartall silentunload 113 # stop all previous moduels (vboxguest, vboxfs) and start only starts vboxguest 114 $vboxadditions_path/vboxguest.sh stopall silentunload 115 $vboxadditions_path/vboxguest.sh start 114 116 115 117 sed -e '/name=vboxguest/d' /etc/devlink.tab > /etc/devlink.vbox
Note:
See TracChangeset
for help on using the changeset viewer.