Skip to content

Commit

Permalink
Merge pull request #143 from yast/huha-fadump-master
Browse files Browse the repository at this point in the history
Don't Add Empty fadump="" Kernel Parameter [master]
  • Loading branch information
shundhammer authored Sep 18, 2024
2 parents 45a3a74 + ab2e1e7 commit 5cdaa7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-kdump.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 17 14:24:44 UTC 2024 - Stefan Hundhammer <[email protected]>

- Don't write empty fadump="" kernel parameter (bsc#1230359)
- 5.0.2

-------------------------------------------------------------------
Wed Jun 19 15:36:03 UTC 2024 - Stefan Schubert <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-kdump.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-kdump
Version: 5.0.1
Version: 5.0.2
Release: 0
Summary: Configuration of kdump
License: GPL-2.0-only
Expand Down
1 change: 1 addition & 0 deletions src/modules/Kdump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@ def write_fadump_boot_param

# 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
Expand Down

0 comments on commit 5cdaa7c

Please sign in to comment.