projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bbbe9a
)
sd-boot: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sun, 26 Jan 2020 03:59:48 +0000
(12:59 +0900)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Wed, 5 Feb 2020 13:49:25 +0000
(14:49 +0100)
Fixes #14657.
(cherry picked from commit
a14c18ba7b4e85f34bd48c5a778ea5eafe5c8688
)
src/boot/efi/boot.c
patch
|
blob
|
history
diff --git
a/src/boot/efi/boot.c
b/src/boot/efi/boot.c
index 9ad7d5546787d7c23ce439c16e287871675a64ef..9e976ca6c4c7b36c2cfa126971260c278df2b082 100644
(file)
--- a/
src/boot/efi/boot.c
+++ b/
src/boot/efi/boot.c
@@
-404,10
+404,10
@@
static VOID print_status(Config *config, CHAR16 *loaded_image_path) {
Print(L"random-seed-mode: off\n");
break;
case RANDOM_SEED_WITH_SYSTEM_TOKEN:
- Print(L"random-seed-
n
ode: with-system-token\n");
+ Print(L"random-seed-
m
ode: with-system-token\n");
break;
case RANDOM_SEED_ALWAYS:
- Print(L"random-seed-
n
ode: always\n");
+ Print(L"random-seed-
m
ode: always\n");
break;
default:
;