Parallels / vagrant-parallels

Vagrant Parallels Provider

Home Page:https://parallels.github.io/vagrant-parallels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create a machine with no usb hub?

jamesla opened this issue · comments

How do i tell the vagrant parallels provider to not attach a usb hub when it creates a vm?

This should achieve what you want (add it to your Vagrantfile):

config.vm.provider :parallels do |prl|
	prl.customize 'post-import', ['set', :id, '--device-del', 'usb']
end

Hi @jamesla, you can also ask questions on our Discord Server, this is monitored more frequently for questions