From 77a64b3ccbdd00932108e6040201d6bb7d9eac49 Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Thu, 12 Sep 2024 16:09:32 +0200 Subject: [PATCH 1/2] Don't add empty fadump= kernel parameter (bsc#1230359) --- src/modules/Kdump.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/Kdump.rb b/src/modules/Kdump.rb index 31aee3a..2a75f14 100644 --- a/src/modules/Kdump.rb +++ b/src/modules/Kdump.rb @@ -1223,6 +1223,7 @@ def write_fadump_boot_param if fadump_supported? # If fdump is selected and we want to enable kdump value = "on" if using_fadump? && @add_crashkernel_param + value ||= :missing Bootloader.modify_kernel_params(:common, :recovery, "fadump" => value) Bootloader.Write unless Yast::Stage.initial # do mass write in installation to speed up end From 8fad61efa3dc397d0bf708604cba4a7e4bc7e885 Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Thu, 12 Sep 2024 16:11:08 +0200 Subject: [PATCH 2/2] Version bump and change log --- package/yast2-kdump.changes | 6 ++++++ package/yast2-kdump.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package/yast2-kdump.changes b/package/yast2-kdump.changes index 5b4a922..800774d 100644 --- a/package/yast2-kdump.changes +++ b/package/yast2-kdump.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 12 14:10:18 UTC 2024 - Stefan Hundhammer + +- Don't write empty fadump="" kernel parameter (bsc#1230359) +- 4.6.3 + ------------------------------------------------------------------- Mon Nov 13 15:35:53 UTC 2023 - Josef Reidinger diff --git a/package/yast2-kdump.spec b/package/yast2-kdump.spec index 9a196ea..d7d04ff 100644 --- a/package/yast2-kdump.spec +++ b/package/yast2-kdump.spec @@ -17,7 +17,7 @@ Name: yast2-kdump -Version: 4.6.2 +Version: 4.6.3 Release: 0 Summary: Configuration of kdump License: GPL-2.0-only