Skip to content

Commit

Permalink
virt-install: add --name option to example (tldr-pages#5799)
Browse files Browse the repository at this point in the history
Running the existing example (on Ubuntu 20.04) gives the error message:

ERROR    
--name is required
  • Loading branch information
aherst authored Apr 21, 2021
1 parent 44a899a commit 4c059df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/common/virt-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- Create a virtual machine with 1 GiB RAM and 12 GiB storage and start Debian installation:

`virt-install --memory {{1024}} --disk path={{path/to/image.qcow2}},size={{12}} --cdrom {{path/to/debian.iso}}`
`virt-install --name {{vm_name}} --memory {{1024}} --disk path={{path/to/image.qcow2}},size={{12}} --cdrom {{path/to/debian.iso}}`

0 comments on commit 4c059df

Please sign in to comment.