From f812c069315701c6f74b35e786cabfe47e54c5ff Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Thu, 24 Oct 2024 18:07:49 +1100 Subject: [PATCH] turn on networking --- isocreate.ks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/isocreate.ks b/isocreate.ks index a5d12d1..e7d2415 100644 --- a/isocreate.ks +++ b/isocreate.ks @@ -2,6 +2,7 @@ selinux --permissive # Services to activate +services --enabled=NetworkManager services --disabled=lm_sensors # Default root pass, will be changed in post-install process anyway @@ -19,7 +20,7 @@ eula --agreed %end # Start network -#network --bootproto=dhcp +network --bootproto=dhcp # Install from ?? url --url=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch