Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jamesla opened this issue Apr 10, 2023 · 2 comments
Open

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

jamesla opened this issue Apr 10, 2023 · 2 comments
Labels

Comments

@jamesla
Copy link
Contributor

jamesla commented Apr 10, 2023

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

@jamesla jamesla changed the title No usb device How to create a machine with no usb device Apr 13, 2023
@jamesla jamesla changed the title How to create a machine with no usb device How to create a machine with no usb hub? Apr 13, 2023
@stephenreay
Copy link
Contributor

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
Copy link
Contributor

cjlapao commented Aug 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants