summaryrefslogtreecommitdiff
path: root/share/hooks/0200-remove-systemd-machine-id.chroot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-02-08 21:24:25 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:05 +0200
commite5e62f66a1c31b4935ba67f462835e5b245fc855 (patch)
treea8daabeada742577febad38d69f3a0c3353ae0e2 /share/hooks/0200-remove-systemd-machine-id.chroot
parent772af176991856f27f478c8a5b50c8abe071c66f (diff)
downloadvyos-live-build-e5e62f66a1c31b4935ba67f462835e5b245fc855.tar.gz
vyos-live-build-e5e62f66a1c31b4935ba67f462835e5b245fc855.zip
Renumbering hooks.
Diffstat (limited to 'share/hooks/0200-remove-systemd-machine-id.chroot')
-rwxr-xr-xshare/hooks/0200-remove-systemd-machine-id.chroot9
1 files changed, 0 insertions, 9 deletions
diff --git a/share/hooks/0200-remove-systemd-machine-id.chroot b/share/hooks/0200-remove-systemd-machine-id.chroot
deleted file mode 100755
index 52ba38fd4..000000000
--- a/share/hooks/0200-remove-systemd-machine-id.chroot
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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