Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Vidner <martin@vidner.net>
  • Loading branch information
jreidinger and mvidner committed Mar 15, 2024
1 parent a8dba9d commit eb6688f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/lib/bootloader/grub2_widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ def help
"This does not turn on secure booting. " \
"It only switches to the new secure-boot enabled boot data format. " \
"Note that this new format works only on z15 or later and "\
"disk type supports depends on hardware. " \
"For details consult requirements at " \
"only for some disk types. " \
"For more details see the requirements at " \
"https://www.ibm.com/docs/en/linux-on-systems?topic=introduction-requirements</p>"
)
else
Expand Down Expand Up @@ -391,9 +391,10 @@ 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 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" \
"Also note the following restrictions:" \
"NVMe disks work since IBM LinuxONE III.\n" \
"FC-attached SCSI disks need at least IBM LinuxONE III or IBM z15.\n" \
"ECKD DASDs with CDL layout work 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 eb6688f

Please sign in to comment.