updates
This commit is contained in:
parent
47259b553d
commit
9b37643d89
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
||||||
# Proxmox cloud-init guide
|
# Proxmox cloud-init guide with Debian Trixie as example
|
||||||
|
|
||||||
source: [https://forum.proxmox.com/threads/pve9-create-a-vm-template-for-a-debian-trixie-server-with-cloud-init.170206](https://forum.proxmox.com/threads/pve9-create-a-vm-template-for-a-debian-trixie-server-with-cloud-init.170206)
|
source: [https://forum.proxmox.com/threads/pve9-create-a-vm-template-for-a-debian-trixie-server-with-cloud-init.170206](https://forum.proxmox.com/threads/pve9-create-a-vm-template-for-a-debian-trixie-server-with-cloud-init.170206)
|
||||||
|
|
||||||
|
@ -31,10 +31,10 @@ scp debian-13-genericcloud-amd64-shrink.qcow2 root@........................... #
|
||||||
|
|
||||||
In PVE host:
|
In PVE host:
|
||||||
|
|
||||||
Create a VM 200 # use {vmid} you wish
|
* Create a VM 200 # use {vmid} you wish
|
||||||
Name: Debian-Trixie-CloudINIT-Template #name I used
|
* Name: Debian-Trixie-CloudINIT-Template #name I used
|
||||||
Do not use any media, Qemu Agent (ticked), Remove all disk, 2 cores x86-64-v2-AES, 4096 RAM #settings I chose
|
* Do not use any media, Qemu Agent (ticked), Remove all disk, 2 cores x86-64-v2-AES, 4096 RAM #settings I chose
|
||||||
Set to not run on completion
|
* Set to not run on completion
|
||||||
|
|
||||||
|
|
||||||
In Host node shell:
|
In Host node shell:
|
||||||
|
|
Loading…
Add table
Reference in a new issue