summaryrefslogtreecommitdiffstats
path: root/system-build/share/hooks/normal/0120-remove-dbus-machine-id.hook.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'system-build/share/hooks/normal/0120-remove-dbus-machine-id.hook.chroot')
-rwxr-xr-xsystem-build/share/hooks/normal/0120-remove-dbus-machine-id.hook.chroot9
1 files changed, 9 insertions, 0 deletions
diff --git a/system-build/share/hooks/normal/0120-remove-dbus-machine-id.hook.chroot b/system-build/share/hooks/normal/0120-remove-dbus-machine-id.hook.chroot
new file mode 100755
index 0000000..230099e
--- /dev/null
+++ b/system-build/share/hooks/normal/0120-remove-dbus-machine-id.hook.chroot
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+# Remove dbus machine id.
+#
+# This removes dbus machine id that cache that makes each system unique.
+
+rm -f /var/lib/dbus/machine-id