From 0d5d2d2f00cd0ed241c4e5cb98543973eb74b29e Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Wed, 3 Jun 2020 10:28:23 +0200 Subject: [PATCH] update comments in /etc/sysconfig/bootloader (bsc#1171912) --- src/lib/bootloader/sysconfig.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lib/bootloader/sysconfig.rb b/src/lib/bootloader/sysconfig.rb index 54cac3fa3..bb55ef0c9 100644 --- a/src/lib/bootloader/sysconfig.rb +++ b/src/lib/bootloader/sysconfig.rb @@ -69,9 +69,8 @@ def pre_write "## Type:\tyesno\n" \ "## Default:\t\"no\"\n" \ "#\n" \ - "# Enable UEFI Secure Boot support\n" \ - "# This setting is only relevant to UEFI which supports Secure Boot. It won't\n" \ - "# take effect on any other firmware type.\n" \ + "# Enable Secure Boot support\n" \ + "# Only available on UEFI systems and IBM z15+.\n" \ "#\n" \ "#\n", @@ -82,7 +81,7 @@ def pre_write "## Default:\t\"no\"\n" \ "#\n" \ "# Enable Trusted Boot support\n" \ - "# Only available for legacy (non-UEFI) boot.\n" \ + "# Only available on hardware with a Trusted Platform Module.\n" \ "#\n" }.freeze