Remove dbus machine-id
authorChristian Hofstaedtler <ch@grml.org>
Fri, 25 Nov 2011 06:27:49 +0000 (07:27 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Fri, 25 Nov 2011 06:28:06 +0000 (07:28 +0100)
It's not generated before starting dbus for the first time, but
make this explicit.

etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot

index 6357c78..a3e5db8 100755 (executable)
@@ -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*