Parallels / vagrant-parallels

Vagrant Parallels Provider
https://parallels.github.io/vagrant-parallels
MIT License
996 stars 87 forks source link

How to create a machine with no usb hub? #442

Open jamesla opened 1 year ago

jamesla commented 1 year ago

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

stephenreay commented 1 year ago

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
cjlapao commented 1 year ago

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