diff options
author | Daniel Baumann <daniel@debian.org> | 2011-10-22 18:06:03 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-10-22 18:06:03 +0200 |
commit | 6d7dbfbee903ab3127f9fd4782bc6b8f77e542fd (patch) | |
tree | 856be879342d7c6f69350621e7f71506fae4d13a /functions | |
parent | 06faa01004d7a46cb27a1978c08b35fbeb74fa5a (diff) | |
download | vyos-live-build-6d7dbfbee903ab3127f9fd4782bc6b8f77e542fd.tar.gz vyos-live-build-6d7dbfbee903ab3127f9fd4782bc6b8f77e542fd.zip |
Adding hook to remove dbus machine id.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
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 \ |