Changeset 12754 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Sep 25, 2008 5:31:48 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37080
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/postinstall.sh
r12650 r12754 62 62 fi 63 63 64 # create /dev link for vboxdrv 65 /usr/sbin/installf -c none $PKGINST /dev/vboxdrv=../devices/pseudo/vboxdrv@0:vboxdrv s 64 # add vboxdrv to the devlink.tab 65 sed -e ' 66 /name=vboxdrv/d 67 $i\ 68 type=ddi_pseudo;name=vboxdrv \\D' /etc/devlink.tab 69 70 # create the device link 71 /usr/sbin/devfsadm -i vboxdrv 66 72 67 73 # We need to touch the desktop link in order to add it to the menu right away -
trunk/src/VBox/Installer/solaris/preremove.sh
r12650 r12754 29 29 # vboxdrv.sh would've been installed, we just need to call it. 30 30 /opt/VirtualBox/vboxdrv.sh stopall 31 32 # remove devlink.tab entry for vboxdrv 33 sed -e ' 34 /name=vboxdrv/d' /etc/devlink.tab 35 36 # remove the link 37 rm /dev/vboxdrv 31 38 fi 32 39
Note:
See TracChangeset
for help on using the changeset viewer.