summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-10-22 18:06:03 +0200
committerDaniel Baumann <daniel@debian.org>2011-10-22 18:06:03 +0200
commit6d7dbfbee903ab3127f9fd4782bc6b8f77e542fd (patch)
tree856be879342d7c6f69350621e7f71506fae4d13a /functions
parent06faa01004d7a46cb27a1978c08b35fbeb74fa5a (diff)
downloadvyos-live-build-6d7dbfbee903ab3127f9fd4782bc6b8f77e542fd.tar.gz
vyos-live-build-6d7dbfbee903ab3127f9fd4782bc6b8f77e542fd.zip
Adding hook to remove dbus machine id.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 25d973d6a..adfd172a6 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -629,6 +629,7 @@ Set_defaults ()
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
update-apt-xapian-index \
update-mlocate-database \
+ remove-dbus-machine-id \
remove-openssh-server-host-keys \
remove-python-py \
remove-udev-persistent-rules}"
@@ -638,6 +639,7 @@ Set_defaults ()
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
update-apt-xapian-index \
update-mlocate-database \
+ remove-dbus-machine-id \
remove-gnome-icon-cache \
remove-openssh-server-host-keys \
remove-python-py \