From 8208ef52d93ef606d4e4563f698992e20b153939 Mon Sep 17 00:00:00 2001 From: gh2o Date: Thu, 28 Aug 2014 01:34:57 -0700 Subject: [PATCH] set up the machine id --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 96d9eab..9920756 100755 --- a/install.sh +++ b/install.sh @@ -374,6 +374,9 @@ postbootstrap_configuration() { cp -al /{home,root} /archroot/ fi + # setup machine id + chroot /archroot systemd-machine-id-setup + # enable services chroot /archroot systemctl enable systemd-networkd chroot /archroot systemctl enable sshd