From 8970e98092d1e3708b7c6a9b41029e3161354a5e Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 25 Nov 2011 07:27:49 +0100 Subject: [PATCH] Remove dbus machine-id It's not generated before starting dbus for the first time, but make this explicit. --- etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 6357c78..a3e5db8 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -72,6 +72,9 @@ fi echo "Removing host ssh-keys" rm -f $target/etc/ssh/*key* +echo "Removing dbus machine-id" +rm -f $target/var/lib/dbus/machine-id + if [ -d $target/var/spool/squid/ ] ; then echo "Cleaning /var/spool/squid/0*" rm -rf $target/var/spool/squid/0* -- 2.1.4