Adding hook to remove systemd machine-id.

This commit is contained in:
Daniel Baumann 2013-02-08 21:23:11 +01:00 committed by Daniel Baumann
parent 2fb4009a8c
commit 772af17699
2 changed files with 10 additions and 0 deletions

View File

@ -633,6 +633,7 @@ Set_defaults ()
remove-python-py \
remove-temporary-files \
remove-udev-persistent-rules \
remove-systemd-machine-id \
update-apt-file-cache \
update-apt-xapian-index \
update-glx-alternative \

View File

@ -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