User Tools

Site Tools


virtualbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
virtualbox [2010/02/18 12:37] 172.26.0.166virtualbox [2010/02/18 12:46] 172.26.0.166
Line 87: Line 87:
 Copy the following code into file “/etc/init.d/vboxcontrol” Copy the following code into file “/etc/init.d/vboxcontrol”
  
 +<code bash>
 #! /bin/sh #! /bin/sh
 # vboxcontrol   Startup script for VirtualBox Virtual Machines # vboxcontrol   Startup script for VirtualBox Virtual Machines
Line 216: Line 217:
  
 exit 0 exit 0
 +</code>
 Add vboxcontrol service to chkconfig registry Add vboxcontrol service to chkconfig registry
  
-# chkconfig --add vboxcontrol+<code># chkconfig --add vboxcontrol</code>
 Tell chkconfig to create symlinks for runlevels and activate service vboxcontrol Tell chkconfig to create symlinks for runlevels and activate service vboxcontrol
  
-# chkconfig vboxcontrol on+<code># chkconfig vboxcontrol on</code>