summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-10-22 18:08:05 +0200
committerDaniel Baumann <daniel@debian.org>2011-10-22 18:08:05 +0200
commitc6559deb920e097dc8814c14d5a241d9db9c46f8 (patch)
tree781d5d5f2fec17e42a3e3fd792f153185a3412fd
parent1fb8595f7820925737c635139cd0d012191c8966 (diff)
downloadvyos-live-build-c6559deb920e097dc8814c14d5a241d9db9c46f8.tar.gz
vyos-live-build-c6559deb920e097dc8814c14d5a241d9db9c46f8.zip
Removing dbus machine id in lb_chroot_hacks.
-rwxr-xr-xscripts/build/lb_chroot_hacks3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index 5b8681a7a..d27d2d48b 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -140,6 +140,9 @@ do
esac
done
+# Removing dbus machine id.
+rm -f chroot/var/lib/dbus/machine-id
+
# Removing openssh-server hostkeys,
# they are regenerated by live-config.
rm -f chroot/etc/ssh/ssh_host_*_key chroot/etc/ssh/ssh_host_*_key.pub