diff options
author | Daniel Baumann <daniel@debian.org> | 2011-10-22 18:08:05 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-10-22 18:08:05 +0200 |
commit | c6559deb920e097dc8814c14d5a241d9db9c46f8 (patch) | |
tree | 781d5d5f2fec17e42a3e3fd792f153185a3412fd | |
parent | 1fb8595f7820925737c635139cd0d012191c8966 (diff) | |
download | vyos-live-build-c6559deb920e097dc8814c14d5a241d9db9c46f8.tar.gz vyos-live-build-c6559deb920e097dc8814c14d5a241d9db9c46f8.zip |
Removing dbus machine id in lb_chroot_hacks.
-rwxr-xr-x | scripts/build/lb_chroot_hacks | 3 |
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 |