Skip to content

Commit

Permalink
update comments in /etc/sysconfig/bootloader (bsc#1171912)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Jun 3, 2020
1 parent d31d2fa commit 0d5d2d2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/lib/bootloader/sysconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand All @@ -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

Expand Down

0 comments on commit 0d5d2d2

Please sign in to comment.