Deactivate kdump in kickstart installation

Latest response

Hi all!

I'm installing Red Hat 8 with a kickstart config. There I'm deactivating kdump with the following lines:

%addon com_redhat_kdump --disable
%end

In the installation process it correctly says that kdump is disabled. But why do systemctl throws an error after the installation?

[root@hostname ~]# systemctl status kdump
● kdump.service - Crash recovery kernel arming
Loaded: loaded (/usr/lib/systemd/system/kdump.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2020-05-22 14:24:09 CEST; 1h 38min ago
Main PID: 1036 (code=exited, status=1/FAILURE)

Shouldn't the kdump service be disabled?

Thanks in advance!

Responses