Changes for page proxmox
Last modified by Kevin Wiki on 2026/05/18 09:20
From version
10.3
edited by Kevin Wiki
on 2026/05/18 08:20
on 2026/05/18 08:20
Change comment:
There is no comment for this version
To version
10.2
edited by Kevin Wiki
on 2026/05/18 08:18
on 2026/05/18 08:18
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -149,7 +149,7 @@ 149 149 sudo systemctl start qemu-guest-agent.service 150 150 {{/code}} 151 151 152 -**reset machine-id** to not have overlapping ids from same templat e152 +**reset machine-id** to not have overlapping ids from same templat 153 153 154 154 {{code language="bash"}} 155 155 cat /dev/null > /etc/machine-id ... ... @@ -156,15 +156,9 @@ 156 156 cat /dev/null > /var/lib/dbus/machine-id 157 157 {{/code}} 158 158 159 -**cl earbashhistory**tonotleave anyconfiguration in history159 +**cloud-init** is a great hook for installing or configuring programs or receiving variables from cloudinit CDROM drive. Making it easier to change IP, hostname, DNS, username/password, etc between VMs. 160 160 161 161 162 -**cloud-init** is a great hook for installing or configuring programs or receiving variables from cloudinit CDROM drive. Making it easier to change IP, hostname, DNS, username/password, etc between VMs 163 - 164 -{{code language="bash"}} 165 -cloud-init clean 166 -{{/code}} 167 - 168 168 This is a debian example of what we are looking for: 169 169 170 170 {{code language="yaml"}}