From be97a80375b54fdab2bf280925d754214a976f22 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Fri, 1 Nov 2024 15:29:17 +1100 Subject: [PATCH] turn on networking.... --- isocreate.ks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isocreate.ks b/isocreate.ks index 49bd16c..dc81296 100644 --- a/isocreate.ks +++ b/isocreate.ks @@ -2,7 +2,7 @@ selinux --disabled # Services to activate -#services --enabled=NetworkManager +services --enabled=NetworkManager services --disabled=lm_sensors # Default root pass, will be changed in post-install process anyway @@ -17,7 +17,7 @@ eula --agreed %end # Start network -#network --bootproto=dhcp +network --bootproto=dhcp # Install from ?? url --url=file://mnt/koji/repos-dist/smeserver11/latest/$basearch