From d1476f171324770298d001d0f346999a41f9c34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Matu=C5=A1ka?= Date: Fri, 18 Oct 2024 14:31:39 +0200 Subject: [PATCH] Update repos/system_upgrade/common/actors/kernelcmdlineconfig/libraries/kernelcmdlineconfig.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Petr Stodůlka --- .../kernelcmdlineconfig/libraries/kernelcmdlineconfig.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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),