Skip to content

Commit

Permalink
fix warning to contain correct hardware (thanks to Ihno)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 8, 2024
1 parent 64dc5b5 commit ea8047b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/bootloader/grub2_widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
)
Expand Down

0 comments on commit ea8047b

Please sign in to comment.