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}