diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-08 21:23:11 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-02-08 21:40:28 +0100 |
commit | 4da218e858b18108c66891706f9383f57d8fa6f0 (patch) | |
tree | ab84f5c59d3c267bd5c0390754eed868432c9909 /functions/defaults.sh | |
parent | bc08ea011513d8ad15eed0fd218963438b90a444 (diff) | |
download | vyos-live-build-4da218e858b18108c66891706f9383f57d8fa6f0.tar.gz vyos-live-build-4da218e858b18108c66891706f9383f57d8fa6f0.zip |
Adding hook to remove systemd machine-id.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 0a115d5c8..28bb0a987 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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 \ |