We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e29656 commit 33d748eCopy full SHA for 33d748e
lib/virtualbox.js
@@ -313,7 +313,7 @@ var storage = {
313
},
314
attach: function (options, callback){
315
var vm = options.vm || options.name || options.vmname || options.title,
316
- device_name = options.perhiperal_name,
+ device_name = options.perhiperal_name || "IDE",
317
port = options.port || "0",
318
device = options.device || "0",
319
type = options.type || "dvddrive";
0 commit comments