Skip to content

Instantly share code, notes, and snippets.

@dmitriysafronov
Last active February 11, 2021 17:49
Show Gist options
  • Save dmitriysafronov/0e50fadbbc8ff145f550a0abe84d9368 to your computer and use it in GitHub Desktop.
Save dmitriysafronov/0e50fadbbc8ff145f550a0abe84d9368 to your computer and use it in GitHub Desktop.
Reset machine id before create KVM template in Proxmox
#!/usr/bin/env sh
rm -f /var/lib/dbus/machine-id
rm -f /etc/machine-id
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment