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>
This commit is contained in:
Lichen Liu 2025-01-17 10:20:22 +08:00
parent 9f06a4ea85
commit 14ce2e561d
No known key found for this signature in database
GPG Key ID: 2ED8215EF57B3D6C

View File

@ -1,3 +1,4 @@
dracutmodules=''
add_dracutmodules=' kdumpbase '
omit_dracutmodules=' plymouth resume ifcfg earlykdump '
omit_drivers+=' nouveau amdgpu '