From 346c3cb5ebe9e6d6db389f2d16913c09dd6048d5 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Tue, 31 Mar 2026 14:02:49 +0200 Subject: [PATCH] Empty /etc/machine-id --- build-proxmox-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-proxmox-template b/build-proxmox-template index 954035f..e97a758 100755 --- a/build-proxmox-template +++ b/build-proxmox-template @@ -44,7 +44,7 @@ virt-customize -a disk.raw \ --uninstall openipmi \ --run-command 'systemctl enable qemu-guest-agent' \ --run-command 'systemctl enable fstrim.timer' \ - --run-command 'rm /etc/machine-id' + --run-command 'echo -n >/etc/machine-id' qm destroy ${VMID} || true qm create ${VMID} --name "creating-vm" --memory 2048 --net0 virtio,bridge=${BRIDGE}