mitchellh / virtualbox

[ABANDONED] Create and modify virtual machines in VirtualBox using pure ruby.
http://mitchellh.github.com/virtualbox/
MIT License
245 stars 45 forks source link

Docs are outdated #33

Closed AlekSi closed 9 years ago

AlekSi commented 14 years ago

http://mitchellh.github.com/virtualbox/ is all about 0.5

joakimk commented 13 years ago

The docs in the repo are too...

I've been looking around the source for some time for the equal of VirtualBox::AttachedDevice.new >).

I'm trying to figure out how to attach an .iso to a vm. Any hints?

Update: In case anyone finds this post searching for the same thing, I did solve this by using the command line tools like this: VBoxManage modifyvm "VM Name" --dvd /path/to/dvd.iso