Skip to content

Commit

Permalink
Merge pull request #599 from yast/sw_10
Browse files Browse the repository at this point in the history
update s390x secure boot message (bsc#1168165)
  • Loading branch information
wfeldt committed Apr 15, 2020
2 parents 345147c + 1904cdf commit 8a94f75
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
6 changes: 6 additions & 0 deletions package/yast2-bootloader.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 15 10:57:23 UTC 2020 - Steffen Winterfeldt <snwint@suse.com>

- update s390x secure boot message (bsc#1168165)
- 4.2.22

-------------------------------------------------------------------
Thu Apr 2 15:52:56 UTC 2020 - Steffen Winterfeldt <snwint@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-bootloader.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-bootloader
Version: 4.2.21
Version: 4.2.22
Release: 0
Summary: YaST2 - Bootloader Configuration
License: GPL-2.0-or-later
Expand Down
9 changes: 5 additions & 4 deletions src/lib/bootloader/grub2_widgets.rb
Expand Up @@ -333,8 +333,8 @@ def help
"<p><b>Enable Secure Boot Support</b> if checked enables Secure Boot support.<br>" \
"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. " \
"You cannot boot on z14 machines or older.</p>"
"Note that this new format works only on z15 or later and only for zFCP disks. " \
"The system does not boot if these requirements are not met.</p>"
)
else
_(
Expand Down Expand Up @@ -362,8 +362,9 @@ def validate

Yast::Popup.ContinueCancel(
_(
"The new secure-boot enabled boot data format works only on z15 and later.\n\n" \
"Older machines will not boot."
"The new secure-boot enabled boot data format works only on z15 " \
"and later and only for zFCP disks.\n\n" \
"The system does not boot if these requirements are not met."
)
)
end
Expand Down
5 changes: 3 additions & 2 deletions src/lib/bootloader/proposal_client.rb
Expand Up @@ -361,8 +361,9 @@ def single_click_action(option, value)
if value && Yast::Arch.s390
Yast2::Popup.show(
_(
"The new secure-boot enabled boot data format works only on z15 and later.\n\n" \
"Older machines will not boot."
"The new secure-boot enabled boot data format works only on z15 " \
"and later and only for zFCP disks.\n\n" \
"The system does not boot if these requirements are not met."
),
headline: :warning, buttons: :ok
)
Expand Down

0 comments on commit 8a94f75

Please sign in to comment.