From bac10183602c16f82ed23b24448ab39a9548bdbe Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Tue, 31 Mar 2026 13:12:35 +0200 Subject: [PATCH] Remove /etc/machine-id --- build-proxmox-template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-proxmox-template b/build-proxmox-template index e0711ec..954035f 100755 --- a/build-proxmox-template +++ b/build-proxmox-template @@ -43,7 +43,8 @@ virt-customize -a disk.raw \ --install qemu-guest-agent \ --uninstall openipmi \ --run-command 'systemctl enable qemu-guest-agent' \ - --run-command 'systemctl enable fstrim.timer' + --run-command 'systemctl enable fstrim.timer' \ + --run-command 'rm /etc/machine-id' qm destroy ${VMID} || true qm create ${VMID} --name "creating-vm" --memory 2048 --net0 virtio,bridge=${BRIDGE}