From a189319b43604293e5713aa27bbc9611242ac466 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Dec 2012 05:56:58 +0100 Subject: Renumbering hooks. --- share/hooks/0120-remove-dbus-machine-id.chroot | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 share/hooks/0120-remove-dbus-machine-id.chroot (limited to 'share/hooks/0120-remove-dbus-machine-id.chroot') diff --git a/share/hooks/0120-remove-dbus-machine-id.chroot b/share/hooks/0120-remove-dbus-machine-id.chroot new file mode 100755 index 000000000..230099e46 --- /dev/null +++ b/share/hooks/0120-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