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