Re: VirtualBox provisioning and capture.

2010-12-15 Thread Andy Kurth
Thanks for contributing this. I took a quick look at it. The utils.pm patch can be avoided by changing the call from _getcurrentimage to $self->os->get_current_image_name(). The OS.pm::get_current_image_name subroutine takes its place and should return the same value. All calls to utils.pm

Re: VirtualBox provisioning and capture.

2010-12-15 Thread David Hutchins
Thanks for the info, I will make those changes to the module. On Wed, Dec 15, 2010 at 4:23 PM, Andy Kurth wrote: > Thanks for contributing this. > > I took a quick look at it. The utils.pm patch can be avoided by changing > the call from _getcurrentimage to $self->os->get_current_image_name().