From 1c3898fa88175c5435929ba35f546e1f34a997ad41935f3af4a5137e03e35a0a Mon Sep 17 00:00:00 2001 From: Guilherme Moro Date: Tue, 19 Apr 2022 14:43:57 +0000 Subject: [PATCH] Accepting request 970152 from home:favogt:jeosnm - Switch to NetworkManager except for OpenStack-Cloud OBS-URL: https://build.opensuse.org/request/show/970152 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=69 --- JeOS.kiwi | 12 ++++++++---- config.sh | 5 +++++ kiwi-templates-JeOS.changes | 5 +++++ 3 files changed, 18 insertions(+), 4 deletions(-) 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