Alexander3
Bit poster
Hello!
- Is there any difference between defining "update_guest_tools = true" (no parallels-tools.iso mounted) Vagrantfile option and following code (parallels-tools.iso is mounted:
Code:# Mount parallels tools cd mount /dev/cdrom /media/cdrom # Run parallels tools installer in unattanded mode /media/cdrom/install --install-unattended-with-deps - What is the most simple command-line way to detect full path to VM?
- Is it possible to configure where VM should be created via Vagrantfile (i saw that vagrant-parallels support prlctl params, and prlctl has --dst parameter)?
Last edited: