Skip to content

C4Tech/vbox-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vbox-init

a script to start vbox virtualbox goes in /etc/default/ c4vbox goes in /usr/local/bin/ vbox-init goes in /etc/init.d/

Change name of vbox-init to just vbox

Run the following to add starts to all the default run levels.

update-rc.d vbox defaults

You need to add /etc/vbox/vmlist and put your list of VMs example

MACHINENAME:SID:REMOTEPORT

"winXP":506bbd28-14d3-4f46-899a-18205099a98f:4001

To get an list of virtualbox run, as the vbox user

vboxmanage list vms

  • MACHINENAME = according to vbox
  • SID

vboxmanage showvminfo MACHINENAME| grep TCP/Ports

  • REMOTEPORT

Releases

No releases published

Packages

No packages published