From ea8047bc08c39e98957cb85e69a9050b449d4514 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Fri, 8 Mar 2024 11:21:13 +0100 Subject: [PATCH] fix warning to contain correct hardware (thanks to Ihno) --- src/lib/bootloader/grub2_widgets.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/bootloader/grub2_widgets.rb b/src/lib/bootloader/grub2_widgets.rb index 72d54ccbc..33c66dcc7 100644 --- a/src/lib/bootloader/grub2_widgets.rb +++ b/src/lib/bootloader/grub2_widgets.rb @@ -389,9 +389,9 @@ def validate Yast::Popup.ContinueCancel( _( "The secure boot IPL works only on IBM z15, IBM LinuxONE III or later.\n" \ - "NVMe disks works from IBM z15.\n" \ - "FC-attached SCSI disks needs at least IBM LinuxONE III.\n" \ - "ECKD DASDs with CDL layout works on IBM z16 or newer.\n" \ + "NVMe disks works from IBM LinuxONE III.\n" \ + "FC-attached SCSI disks needs at least IBM LinuxONE III or a IBM z15.\n" \ + "ECKD DASDs with CDL layout works on IBM z16, LinuxONE 4 or newer.\n" \ "If these requirements are not met, the system will not IPL in secure mode." ) )