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

Boot Order Relationship #19

Closed KieranP closed 14 years ago

KieranP commented 14 years ago

Getter:

vm.boot_order.at(1)

Setter:

vm.boot_order.at(1) = :dvd

Ideally, you could return the easier setter methods of 0.5.x series.

vm.boot1 = :dvd
OR
vm.boot_order_1 = :dvd
mitchellh commented 14 years ago

Done: http://github.com/mitchellh/virtualbox/commit/a67fb26de6d535c938eec14e9975fe28817eaa7c