From a2433d65feaa5475a94258f34c09c580530dfc72 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Fri, 5 Apr 2024 10:07:43 +0200 Subject: [PATCH 1/3] change wording according to review from IBM (bsc#1219989,bsc#1222353) --- src/lib/bootloader/grub2_widgets.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/bootloader/grub2_widgets.rb b/src/lib/bootloader/grub2_widgets.rb index 646522228..8971bf2cf 100644 --- a/src/lib/bootloader/grub2_widgets.rb +++ b/src/lib/bootloader/grub2_widgets.rb @@ -390,12 +390,12 @@ def validate Yast::Popup.ContinueCancel( _( - "The secure boot IPL works only on IBM z15, IBM LinuxONE III or later.\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." + "Secure boot IPL has the following minimum system requirements,\n" \ + "depending on the boot device to be IPLed:\n" \ + "NVMe disk: IBM LinuxONE III or newer.\n" \ + "FC-attached SCSI disk: IBM LinuxONE III, IBM z15 or newer.\n" \ + "ECKD DASD with CDL layout: IBM z16, LinuxONE 4 or newer.\n" \ + "If these requirements are not met, the system can be IPLed in non-secure mode only." ) ) end From 9b8fd32481c407786e8c83308f3d9159dd3a3f1e Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Fri, 5 Apr 2024 10:09:27 +0200 Subject: [PATCH 2/3] changes --- package/yast2-bootloader.changes | 7 +++++++ package/yast2-bootloader.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package/yast2-bootloader.changes b/package/yast2-bootloader.changes index d7ad85834..2bfac9673 100644 --- a/package/yast2-bootloader.changes +++ b/package/yast2-bootloader.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 5 08:08:09 UTC 2024 - Josef Reidinger + +- Follow up of previous change to use even more precise wording + (bsc#1219989,bsc#1222353) +- 4.6.7 + ------------------------------------------------------------------- Fri Mar 15 10:11:13 UTC 2024 - Josef Reidinger diff --git a/package/yast2-bootloader.spec b/package/yast2-bootloader.spec index 4db237b52..030addab4 100644 --- a/package/yast2-bootloader.spec +++ b/package/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 4.6.6 +Version: 4.6.7 Release: 0 Summary: YaST2 - Bootloader Configuration License: GPL-2.0-or-later From d30df40d178bbc70f209b4d846365f11ba7f786e Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Fri, 5 Apr 2024 12:45:00 +0200 Subject: [PATCH 3/3] Add note for translators --- src/lib/bootloader/grub2_widgets.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/bootloader/grub2_widgets.rb b/src/lib/bootloader/grub2_widgets.rb index 8971bf2cf..702540e15 100644 --- a/src/lib/bootloader/grub2_widgets.rb +++ b/src/lib/bootloader/grub2_widgets.rb @@ -389,6 +389,7 @@ def validate value == Systeminfo.secure_boot_active? Yast::Popup.ContinueCancel( + # TRANSLATORS: IPL stands for Initial Program Load, IBM speak for system boot _( "Secure boot IPL has the following minimum system requirements,\n" \ "depending on the boot device to be IPLed:\n" \