diff options
Diffstat (limited to 'share/hooks/0040-remove-dbus-machine-id.chroot')
-rwxr-xr-x | share/hooks/0040-remove-dbus-machine-id.chroot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/hooks/0040-remove-dbus-machine-id.chroot b/share/hooks/0040-remove-dbus-machine-id.chroot new file mode 100755 index 000000000..230099e46 --- /dev/null +++ b/share/hooks/0040-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 |