Changes for page proxmox
Last modified by Kevin Wiki on 2026/05/18 09:20
From 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
To 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
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 152 +**reset machine-id** to not have overlapping ids from same template 153 153 154 154 {{code language="bash"}} 155 155 cat /dev/null > /etc/machine-id ... ... @@ -156,9 +156,15 @@ 156 156 cat /dev/null > /var/lib/dbus/machine-id 157 157 {{/code}} 158 158 159 -**cl oud-init** is a greathookforinstallingorconfiguringprogramsor receivingvariablesfromcloudinit CDROM drive. Making iteasier tochangeIP,hostname, DNS, username/password, etc between VMs.159 +**clear bash history** to not leave any configuration in history 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 + 162 162 This is a debian example of what we are looking for: 163 163 164 164 {{code language="yaml"}}