From 7fd0428d78bc66bb0989ee68658fc8236cbfafff Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 4 Dec 2020 06:42:09 -0600 Subject: [PATCH] Also enable sshd --- gentoostrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoostrap.sh b/gentoostrap.sh index d88d06a..fa2bb36 100755 --- a/gentoostrap.sh +++ b/gentoostrap.sh @@ -306,7 +306,7 @@ build-gentoo-chroot() { fi # Configure services - systemctl enable NetworkManager + systemctl enable NetworkManager sshd # We've made it this far and now the user has to do just a liiiiiitle bit of configuration clear