vboxmanage-*, exiqgrep: update page (#11604)

* exiqgrep: update page

* vboxmanage-*: update page
This commit is contained in:
Lena
2023-11-30 09:27:59 +01:00
committed by GitHub
parent 36b7544540
commit 908c9366c0
5 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# vboxmanage-clonevm
> Creates a clone of an existing virtual machine (VM).
> Create a clone of an existing virtual machine (VM).
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-clonevm>.
- Clone the specified VM:
@@ -15,6 +15,6 @@
`VBoxManage clonevm {{vm_name}} --basefolder {{path/to/directory}}`
- Store the cloned VM in VirtualBox:
- Register the cloned VM in VirtualBox:
`VBoxManage clonevm {{vm_name}} --register`