diff --git a/JeOS.kiwi b/JeOS.kiwi
index 1c0cbfe..b79655d 100644
--- a/JeOS.kiwi
+++ b/JeOS.kiwi
@@ -273,7 +273,6 @@
-
@@ -295,15 +294,19 @@
-
+
+
+
+
-
+
@@ -338,7 +341,8 @@
-
+
+
diff --git a/config.sh b/config.sh
index 7e20da1..3b2b18b 100644
--- a/config.sh
+++ b/config.sh
@@ -83,6 +83,11 @@ if [ -x /usr/sbin/firewalld ]; then
systemctl enable firewalld.service
fi
+# Enable NetworkManager if installed
+if rpm -q --whatprovides NetworkManager >/dev/null; then
+ systemctl enable NetworkManager.service
+fi
+
#======================================
# Add repos from control.xml
#--------------------------------------
diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes
index 0d23fb7..e24bc72 100644
--- a/kiwi-templates-JeOS.changes
+++ b/kiwi-templates-JeOS.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu Apr 14 12:32:44 UTC 2022 - Fabian Vogt
+
+- Switch to NetworkManager except for OpenStack-Cloud
+
-------------------------------------------------------------------
Fri Jan 28 15:27:59 UTC 2022 - Ivan Ivanov