diff options
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 \ |