From aa68cd49fb81e461263a40f2a5afe0460be34e44 Mon Sep 17 00:00:00 2001 From: r00t Date: Sun, 7 Jun 2015 15:20:41 -0400 Subject: [PATCH] oops- *don't* remove machine-id. --- lib/mk.chroot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/mk.chroot.sh b/lib/mk.chroot.sh index 025d6c9..466d40e 100755 --- a/lib/mk.chroot.sh +++ b/lib/mk.chroot.sh @@ -158,7 +158,8 @@ EOF ln -s /dev/null ${i}/etc/systemd/system/NetworkManager.service ln -s /dev/null ${i}/etc/systemd/system/NetworkManager-dispatcher.service # Remove the machine-id file so it's automatically generated. - rm -f ${i}/etc/machine-id + # NOTE: this kind of fucks things up presently. + #rm -f ${i}/etc/machine-id # Prep pacman echo "Prepping ${i}. This will take a while..." echo -n "...Key initializing..."