Page MenuHomeFreeBSD

D36366.diff
No OneTemporary

D36366.diff

diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -1205,7 +1205,11 @@
return (EFI_SUCCESS); /* keep compiler happy */
}
+/*
+ * efi-seed-entropy is deprecated. Please use the new name seed-entropy.
+ */
COMMAND_SET(efi_seed_entropy, "efi-seed-entropy", "try to get entropy from the EFI RNG", command_seed_entropy);
+COMMAND_SET(seed_entropy, "seed-entropy", "try to get entropy from the firmware's RNG services", command_seed_entropy);
static int
command_seed_entropy(int argc, char *argv[])

File Metadata

Mime Type
text/plain
Expires
Fri, Jun 26, 2:06 AM (3 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34308637
Default Alt Text
D36366.diff (580 B)

Event Timeline