Changeset 8939 in vbox for trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
- Timestamp:
- May 20, 2008 8:00:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r8697 r8939 18 18 # 19 19 20 echo "Sun xVM VirtualBox Guest Additions - postinstall script" 21 echo "This script will setup and load the VirtualBox Guest kernel module..." 20 echo "Configuring VirtualBox guest kernel module..." 22 21 23 22 sync … … 33 32 34 33 # create links 34 echo "Creating links..." 35 35 /usr/sbin/installf -c none $PKGINST /dev/vboxguest=../devices/pci@0,0/pci80ee,cafe@4:vboxguest s 36 36 /usr/sbin/installf -c none $PKGINST /usr/bin/VBoxClient=$vboxadditions_path/VBoxClient s
Note:
See TracChangeset
for help on using the changeset viewer.