From 4da218e858b18108c66891706f9383f57d8fa6f0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 8 Feb 2013 21:23:11 +0100 Subject: Adding hook to remove systemd machine-id. --- share/hooks/0200-remove-systemd-machine-id.chroot | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 share/hooks/0200-remove-systemd-machine-id.chroot (limited to 'share/hooks') diff --git a/share/hooks/0200-remove-systemd-machine-id.chroot b/share/hooks/0200-remove-systemd-machine-id.chroot new file mode 100755 index 000000000..52ba38fd4 --- /dev/null +++ b/share/hooks/0200-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 -- cgit v1.2.3