Skip to content

Commit

Permalink
disable usb2.0 since it causes problem with virtualbox 5.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
evonz-mx committed Mar 6, 2017
1 parent dd5060d commit e59a77f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packer/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
["modifyvm", "{{.Name}}", "--keyboard", "usb"],
["modifyvm", "{{.Name}}", "--memory", "2048"],
["modifyvm", "{{.Name}}", "--mouse", "usbtablet"],
["modifyvm", "{{.Name}}", "--usbehci", "on"],
["modifyvm", "{{.Name}}", "--vram", "128"],
["storagectl", "{{.Name}}", "--name", "IDE Controller", "--remove"]
]
Expand Down

0 comments on commit e59a77f

Please sign in to comment.