v1.2.1
Fix:
- Reboot the VM right after Parallels Tools installation/upgrade [GH-133]
Enhancement:
- Added
post-comm
customization step. It works like other customization commands, but it triggers during the VM boot, right after Vagrant will be able to execute a commands in the VM.
Usage example:
config.vm.provider "parallels" do |v|
v.customize('post-comm', ["exec", :id, "date > /boot_time"])
end