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 3bf39df commit 461acdb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ def _extract_grubby_value(record):
def report_multple_entries_for_default_kernel():
if use_cmdline_file():
report_hint = (
'After the system has been rebooted into the new version of RHEL, you'
' should set the correct kernel cmdline arguments in /etc/kernel/cmdline '
' and reboot the system to apply them.'
'After the system has been rebooted into the new version of RHEL,'
' check that configured default kernel cmdline arguments in /etc/kernel/cmdline '
' are correct. In case that different arguments are expected, update the file as needed.'
)
else:
report_hint = (
Expand Down

0 comments on commit 461acdb

Please sign in to comment.