Empty /etc/machine-id
This commit is contained in:
parent
bac1018360
commit
346c3cb5eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue