From 48c9209d4d4f722491e3ad33fcf9fa0f87499b49f30c6ed7d7ef0a7ec9049e76 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 4 Feb 2020 08:56:07 +0000 Subject: [PATCH] - Use systemctl instead of chkconfig OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=18 --- config.sh | 4 ++-- kiwi-templates-JeOS.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index d30a491..ecb783d 100644 --- a/config.sh +++ b/config.sh @@ -76,7 +76,7 @@ suseImportBuildKey #====================================== # Enable sshd #-------------------------------------- -chkconfig sshd on +systemctl enable sshd.service if [ -e /etc/cloud/cloud.cfg ]; then # not useful for cloud @@ -97,7 +97,7 @@ fi # Enable firewalld if installed if [ -x /usr/sbin/firewalld ]; then - chkconfig firewalld on + systemctl enable firewalld.service fi # Set GRUB2 to boot graphically (bsc#1097428) diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes index 7d422a1..713235c 100644 --- a/kiwi-templates-JeOS.changes +++ b/kiwi-templates-JeOS.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 4 08:55:36 UTC 2020 - Fabian Vogt + +- Use systemctl instead of chkconfig + ------------------------------------------------------------------- Thu Jan 9 14:16:16 UTC 2020 - Fabian Vogt