mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
vboxmanage-{import, startvm}: remove = from options (#18951)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
@@ -25,12 +25,12 @@
|
||||
|
||||
- Set the guest OS type (one of `VBoxManage list ostypes`) for the imported VM:
|
||||
|
||||
`VBoxManage import {{path/to/file.ovf}} --ostype={{ostype}}`
|
||||
`VBoxManage import {{path/to/file.ovf}} --ostype {{ostype}}`
|
||||
|
||||
- Set the memory (in megabytes) for the imported VM:
|
||||
|
||||
`VBoxManage import {{path/to/file.ovf}} --memory={{1}}`
|
||||
`VBoxManage import {{path/to/file.ovf}} --memory {{1}}`
|
||||
|
||||
- Set the number of CPUs for the imported VM:
|
||||
|
||||
`VBoxManage import {{path/to/file.ovf}} --cpus={{1}}`
|
||||
`VBoxManage import {{path/to/file.ovf}} --cpus {{1}}`
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
|
||||
- Start a virtual machine with an environment variable pair name value:
|
||||
|
||||
`VBoxManage startvm {{vm_name|uuid}} --put-env={{name}}={{value}}`
|
||||
`VBoxManage startvm {{vm_name|uuid}} {{[-E|--putenv]}} {{name}}={{value}}`
|
||||
|
||||
Reference in New Issue
Block a user