From 29cc21b7ab21750954ff1b025569f272674c2f2e Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Sep 03 2018 12:14:34 +0000 Subject: set cpi.service as enabled in the systemd presets the cpi.service from the s390utils package replaced an older init script. Lets enable that by default. The previous init script was also enabled by deault (e.g. see https://src.fedoraproject.org/rpms/s390utils/blob/f23/f/cpi.initd ) Signed-off-by: Christian Borntraeger --- diff --git a/90-default.preset b/90-default.preset index 610801d..fdb8c3f 100644 --- a/90-default.preset +++ b/90-default.preset @@ -264,3 +264,6 @@ enable vboxservice.service # Mark the system for SELinux autorelabel when appropriate # https://bugzilla.redhat.com/show_bug.cgi?id=1589720 enable selinux-autorelabel-mark.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=1623901 +enable cpi.service