summaryrefslogtreecommitdiff
path: root/share/hooks/0180-remove-systemd-machine-id.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'share/hooks/0180-remove-systemd-machine-id.chroot')
-rwxr-xr-xshare/hooks/0180-remove-systemd-machine-id.chroot9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/hooks/0180-remove-systemd-machine-id.chroot b/share/hooks/0180-remove-systemd-machine-id.chroot
new file mode 100755
index 000000000..52ba38fd4
--- /dev/null
+++ b/share/hooks/0180-remove-systemd-machine-id.chroot
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+# Remove systemd machine id.
+#
+# This removes systemd machine id that cache that makes each system unique.
+
+rm -f /etc/machine-id