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 revisionBoth sides next revision
virtualbox [2010/02/18 12:38] 172.26.0.166virtualbox [2010/02/18 12:46] 172.26.0.166
Line 220: Line 220:
 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>