kexec-tools/99-kdump.conf
Lichen Liu 14ce2e561d
99-kdump.conf: Omit nouveau and amdgpu module
Resolves: https://bugzilla.redhat.com/RHEL-52304
Upstream: kdump-utils

commit 77a0246cde3505777cfa1f9c2a1a834e76b7eed6
Author: Lichen Liu <lichliu@redhat.com>
Date:   Mon Jan 13 17:39:56 2025 +0800

    99-kdump.conf: Omit nouveau and amdgpu module

    Resolves: https://issues.redhat.com/browse/RHEL-52304

    The GPU module provides no significant utility in second kernel, and it
    introduces firmware that occupies lots of memory, which is critical in
    the constrained environment of kdump. Omit it helps reduce memory usage
    and optimize the crash recovery process.

    See also:
    https://access.redhat.com/solutions/6977793
    https://access.redhat.com/solutions/7100186

    Signed-off-by: Lichen Liu <lichliu@redhat.com>

Signed-off-by: Lichen Liu <lichliu@redhat.com>
2025-01-17 10:21:44 +08:00

5 lines
138 B
Plaintext

dracutmodules=''
add_dracutmodules=' kdumpbase '
omit_dracutmodules=' plymouth resume ifcfg earlykdump '
omit_drivers+=' nouveau amdgpu '