Empty /etc/machine-id

This commit is contained in:
Stefan Bethke 2026-03-31 14:02:49 +02:00
commit 346c3cb5eb

View file

@ -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}