diff options
Diffstat (limited to 'share/hooks/0180-remove-systemd-machine-id.chroot')
-rwxr-xr-x | share/hooks/0180-remove-systemd-machine-id.chroot | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/share/hooks/0180-remove-systemd-machine-id.chroot b/share/hooks/0180-remove-systemd-machine-id.chroot deleted file mode 100755 index 52ba38fd4..000000000 --- a/share/hooks/0180-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 |