From b729a3329b0fa6e6f92a0de92d0c302c1ae243cd Mon Sep 17 00:00:00 2001
From: Christian Rebischke <Chris.Rebischke@posteo.de>
Date: Mon, 12 Feb 2018 10:49:23 +0100
Subject: [PATCH] fixed issue #25

---
 provision/cleanup.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/provision/cleanup.sh b/provision/cleanup.sh
index d8fbc3c..0e0e96f 100644
--- a/provision/cleanup.sh
+++ b/provision/cleanup.sh
@@ -5,3 +5,5 @@ set -x
 
 # clear package cache
 yes | sudo pacman -Scc
+# Remove machine-id: see https://github.com/archlinux/arch-boxes/issues/25
+rm /etc/machine-id
-- 
GitLab