From 6d7dbfbee903ab3127f9fd4782bc6b8f77e542fd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 22 Oct 2011 18:06:03 +0200 Subject: Adding hook to remove dbus machine id. --- share/hooks/004-remove-dbus-machine-id.chroot | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 share/hooks/004-remove-dbus-machine-id.chroot (limited to 'share') diff --git a/share/hooks/004-remove-dbus-machine-id.chroot b/share/hooks/004-remove-dbus-machine-id.chroot new file mode 100755 index 000000000..230099e46 --- /dev/null +++ b/share/hooks/004-remove-dbus-machine-id.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 -- cgit v1.2.3