virt-install, virt-sparsify: add page (#4333)

This commit is contained in:
Anton Karmanov
2020-09-17 16:13:29 +05:00
committed by GitHub
parent 4ac62cbe9c
commit 50a4126485
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# virt-install
> Create virtual machines with libvirt and begin OS installation.
> More information: <https://virt-manager.org/>.
- 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}}`