Update to latest vbox cli

master
Angelos Tzotsos 2023-06-17 18:20:44 +03:00
parent c32779c1b6
commit afa371e59a
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ From within the VM, fill empty space with zeros in order to be able to shrink th
```
Shrink the virtual machine:
```
host$ VBoxManage modifyhd osgeolive.vdi --compact
host$ VBoxManage modifymedium osgeolive.vdi --compact
```
Convert to vmdk format (more widely compatible):
```