summaryrefslogtreecommitdiff
path: root/share/hooks/0180-remove-systemd-machine-id.chroot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-02-08 21:24:25 +0100
committerDaniel Baumann <daniel@debian.org>2013-02-08 21:40:28 +0100
commitf4b264d474791d7207de00d6d66ac68654f2a335 (patch)
treea3037cde4f64756a9c96db6c99423e8fb3a32fdf /share/hooks/0180-remove-systemd-machine-id.chroot
parent4da218e858b18108c66891706f9383f57d8fa6f0 (diff)
downloadvyos-live-build-f4b264d474791d7207de00d6d66ac68654f2a335.tar.gz
vyos-live-build-f4b264d474791d7207de00d6d66ac68654f2a335.zip
Renumbering hooks.
Diffstat (limited to 'share/hooks/0180-remove-systemd-machine-id.chroot')
-rwxr-xr-xshare/hooks/0180-remove-systemd-machine-id.chroot9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/hooks/0180-remove-systemd-machine-id.chroot b/share/hooks/0180-remove-systemd-machine-id.chroot
new file mode 100755
index 000000000..52ba38fd4
--- /dev/null
+++ b/share/hooks/0180-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