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 66c271a commit 28208a5Copy full SHA for 28208a5
README.md
@@ -237,7 +237,7 @@ In case the VM doesn't have an IDE controller you can use the storagectl command
237
```javascript
238
virtualbox.storage.addCtl({
239
vm: "machine_name",
240
- device_name: "IDE", //optional
+ perhiperal_name: "IDE", //optional
241
type: "ide" //optional
242
}, function(){
243
console.log('Controller has been added!');
@@ -251,7 +251,7 @@ Mount an ISO file to the added controller:
251
252
virtualbox.storage.attach({
253
254
255
port: "0", //optional
256
device: "0", //optional
257
type: "dvddrive", //optional
0 commit comments