From e370f586d6d8c2579b1b2eba793e3db4cbb5d2da Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 4 Dec 2020 06:41:17 -0600 Subject: [PATCH] Enable NetworkManager This helps out the first boot --- gentoostrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gentoostrap.sh b/gentoostrap.sh index 3ae4870..d88d06a 100755 --- a/gentoostrap.sh +++ b/gentoostrap.sh @@ -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