Accepting request 769883 from Virtualization:Appliances:Images:openSUSE-Tumbleweed

- Use systemctl instead of chkconfig

OBS-URL: https://build.opensuse.org/request/show/769883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiwi-templates-JeOS?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2020-02-04 18:51:39 +00:00 committed by Git OBS Bridge
commit 4ba3b45a63
2 changed files with 7 additions and 2 deletions

View File

@ -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)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 4 08:55:36 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Use systemctl instead of chkconfig
-------------------------------------------------------------------
Thu Jan 9 14:16:16 UTC 2020 - Fabian Vogt <fvogt@suse.com>