From: "Sean Rhodes" <sean@starlabs.systems>
To: devel@edk2.groups.io
Cc: Sean Rhodes <sean@starlabs.systems>,
Guo Dong <guo.dong@intel.com>, Ray Ni <ray.ni@intel.com>,
Maurice Ma <maurice.ma@intel.com>,
Benjamin You <benjamin.you@intel.com>
Subject: [PATCH 2/3] UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot prompt
Date: Mon, 4 Jul 2022 20:39:15 +0100 [thread overview]
Message-ID: <2f19f170c07d4f357814d000630629e546ee716b.1656963556.git.sean@starlabs.systems> (raw)
In-Reply-To: <ff23d9d9604b7235d283c83af357c2aaf298ae6b.1656963556.git.sean@starlabs.systems>
Add 4 spaces before the boot prompt "F2 or Down..." so that the
spacing is equadistant from the top, which is spaced with a `\n`,
and the left.
Cc: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
---
.../Library/PlatformBootManagerLib/PlatformBootManager.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
index 0eb577313a..b360e29dfe 100644
--- a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
+++ b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
@@ -263,15 +263,15 @@ PlatformBootManagerAfterConsole (
if (FixedPcdGetBool (PcdBootManagerEscape)) {
Print (
L"\n"
- L"Esc or Down to enter Boot Manager Menu.\n"
- L"ENTER to boot directly.\n"
+ L" Esc or Down to enter Boot Manager Menu.\n"
+ L" ENTER to boot directly.\n"
L"\n"
);
} else {
Print (
L"\n"
- L"F2 or Down to enter Boot Manager Menu.\n"
- L"ENTER to boot directly.\n"
+ L" F2 or Down to enter Boot Manager Menu.\n"
+ L" ENTER to boot directly.\n"
L"\n"
);
}
--
2.34.1
next prev parent reply other threads:[~2022-07-04 19:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-04 19:39 [PATCH 1/3] UefiPayloadPkg: Allow full screen setup mode Sean Rhodes
2022-07-04 19:39 ` Sean Rhodes [this message]
2022-07-16 1:12 ` [edk2-devel] [PATCH 2/3] UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot prompt Guo Dong
2022-07-04 19:39 ` [PATCH 3/3] UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in " Sean Rhodes
2022-07-05 9:02 ` [edk2-devel] [PATCH 1/3] UefiPayloadPkg: Allow full screen setup mode Sheng Lean Tan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2f19f170c07d4f357814d000630629e546ee716b.1656963556.git.sean@starlabs.systems \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox