File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 3
3
> Create or restore a virtual machine on QEMU/KVM Virtual Machine Manager.
4
4
> More information: < https://pve.proxmox.com/pve-docs/qm.1.html > .
5
5
6
- - Create a virtual machine:
6
+ - Create a virtual machine with access to 512MiB of memory and 1 CPU core :
7
7
8
8
` qm {{[cr|create]}} {{100}} `
9
9
10
10
- Automatically start the machine after creation:
11
11
12
- ` qm {{[cr|create]}} {{100}} --start 1 `
12
+ ` qm {{[cr|create]}} {{100}} --start `
13
+
14
+ - Give the virtual machine a name:
15
+
16
+ ` qm {{[cr|create]}} {{100}} --name {{vm_name}} `
13
17
14
18
- Specify the type of operating system on the machine:
15
19
23
27
24
28
` qm {{[cr|create]}} {{100}} --hookscript {{path/to/script.pl}} `
25
29
30
+ - Specify the install media:
31
+
32
+ ` qm {{[cr|create]}} {{100}} --cdrom {{local:iso/install-media.iso}} `
33
+
26
34
- Create a VM that bridges itself to the host network:
27
35
28
36
` qm {{[cr|create]}} {{100}} --net{{0}} virtio,bridge=vmbr{{0}} `
You can’t perform that action at this time.
0 commit comments