From: Christian Hofstaedtler Date: Fri, 25 Nov 2011 06:27:49 +0000 (+0100) Subject: Remove dbus machine-id X-Git-Tag: v0.17.0~77 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=8970e98092d1e3708b7c6a9b41029e3161354a5e;p=grml-live.git Remove dbus machine-id It's not generated before starting dbus for the first time, but make this explicit. --- 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*