Enable NetworkManager

This helps out the first boot
This commit is contained in:
Salt 2020-12-04 06:41:17 -06:00
parent c6ffd94ee7
commit e370f586d6
1 changed files with 3 additions and 0 deletions

View File

@ -305,6 +305,9 @@ build-gentoo-chroot() {
passwd salt
fi
# Configure services
systemctl enable NetworkManager
# We've made it this far and now the user has to do just a liiiiiitle bit of configuration
clear
cat <<-EOF