vboxmanage: add extpack command (#4179)

This commit is contained in:
gx1
2020-07-17 19:42:05 +02:00
committed by GitHub
parent 46b1f3f7bb
commit b22f908ca4

View File

@@ -27,3 +27,7 @@
- Shutdown down the virtual machine without saving its state:
`VBoxManage controlvm {{name|uuid}} poweroff`
- Update VBox extension packs:
`VBoxManage extpack install --replace {{VboxExtensionPackFileName}}`