set up the machine id

This commit is contained in:
gh2o 2014-08-28 01:34:57 -07:00
parent 626dda5df4
commit 8208ef52d9
1 changed files with 3 additions and 0 deletions

View File

@ -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