sprotheroe / vagrant-disksize

Vagrant plugin to resize disks in VirtualBox
MIT License
479 stars 52 forks source link

[Issue 12] Change VBoxManage medium commands according to VirtualBox version #13

Closed EmersonPrado closed 5 years ago

EmersonPrado commented 6 years ago

This change creates an infix for the VirtualBox clone, resize and query commands, which depends on VirtualBox version. This intends to adapt the commands to the different syntaxes used before and after version 5.0:

EmersonPrado commented 6 years ago

Successfully tested in VirtualBox 4.3.28 and 5.0.2, with Vagrant 1.9.4

Maybe a specialized module under providers would be more in style. But I'm a beginner in all this.