Skip to content

Commit

Permalink
Write reboot popup if fadump is changed (bnc#945018)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 12, 2015
1 parent 9198f8c commit b1432b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Kdump.rb
Expand Up @@ -467,7 +467,7 @@ def WriteKdumpBootParameter
crash_values = crash_kernel_values
remove_offsets!(crash_values) if Mode.update
# Skip writing of param if it's already set to the desired values
skip_crash_values = @crashkernel_param && @crashkernel_param_values == crash_values
skip_crash_values = @crashkernel_param && @crashkernel_param_values == crash_values && !using_fadump_changed?
end

if skip_crash_values
Expand Down

0 comments on commit b1432b9

Please sign in to comment.