mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 20:24:03 +02:00
qm: use scsi instead of ide (#17672)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
0e27d1cac6
commit
4cd201954c
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
`qm list`
|
`qm list`
|
||||||
|
|
||||||
- Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB IDE disk on the `local-lvm` storage and an ID of 100:
|
- Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB SCSI disk on the `local-lvm` storage and an ID of 100:
|
||||||
|
|
||||||
`qm {{[cr|create]}} {{100}} --ide0 {{local-lvm:4}} --net0 {{e1000}} --cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}`
|
`qm {{[cr|create]}} {{100}} --scsi0 {{local-lvm:4}} --net0 {{e1000}} --cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}`
|
||||||
|
|
||||||
- Show the configuration of a virtual machine, specifying its ID:
|
- Show the configuration of a virtual machine, specifying its ID:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue