diff --git a/repos/system_upgrade/common/actors/kernelcmdlineconfig/libraries/kernelcmdlineconfig.py b/repos/system_upgrade/common/actors/kernelcmdlineconfig/libraries/kernelcmdlineconfig.py index f51b9c1a28..63a173af04 100644 --- a/repos/system_upgrade/common/actors/kernelcmdlineconfig/libraries/kernelcmdlineconfig.py +++ b/repos/system_upgrade/common/actors/kernelcmdlineconfig/libraries/kernelcmdlineconfig.py @@ -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),