This commit is contained in:
jostein@valkyrie3.skyfritt.net 2025-10-07 23:16:15 +02:00
parent 47259b553d
commit 9b37643d89

View file

@ -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)
@ -31,10 +31,10 @@ scp debian-13-genericcloud-amd64-shrink.qcow2 root@........................... #
In PVE host:
Create a VM 200 # use {vmid} you wish
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
Set to not run on completion
* Create a VM 200 # use {vmid} you wish
* 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
* Set to not run on completion
In Host node shell: