Adding hook to remove systemd machine-id.

This commit is contained in:
Daniel Baumann 2013-02-08 21:23:11 +01:00
parent bc08ea0115
commit 4da218e858
2 changed files with 10 additions and 0 deletions

View File

@ -624,6 +624,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