Skip to content

Commit

Permalink
Update repos/system_upgrade/common/actors/kernelcmdlineconfig/librari…
Browse files Browse the repository at this point in the history
…es/kernelcmdlineconfig.py

Co-authored-by: Petr Stodůlka <[email protected]>
  • Loading branch information
matejmatuska and pirat89 authored Oct 18, 2024
1 parent c40157d commit d1476f1
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,10 @@ def report_multple_entries_for_default_kernel():
reporting.Title('Ensure that expected default kernel cmdline arguments are set'),
reporting.Summary(
'During the upgrade we needed to modify the kernel command line arguments.'
' Multiple bootloader entries with different arguments were found for the default'
' However, multiple bootloader entries with different arguments were found for the default'
' kernel (perhaps MAKEDEBUG=yes is set in /etc/sysconfig/kernel).'
' Leapp used the arguments from the first found entry for the default kernel'
' and also set it as the default for kernels installed in the future.'
' Ensure these are the correct arguments or set them as needed.'
' Leapp used the arguments from the first found entry of the target kernel'
' and set it as the new default kernel cmdline arguments for kernels installed in the future.'
),
reporting.Remediation(hint=report_hint),
reporting.Severity(reporting.Severity.HIGH),
Expand Down

0 comments on commit d1476f1

Please sign in to comment.