Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Unified Diff: utility/dev_make_keypair

Issue 3122023: Enhance 'cgpt find' command to match keyblocks if desired. (Closed) Base URL: http://src.chromium.org/git/vboot_reference.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « firmware/version.c ('k') | utility/dev_sign_file.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/dev_make_keypair
diff --git a/utility/dev_make_keypair b/utility/dev_make_keypair
index 5506b45fb355f0ef81f64e5d497e1d83fad47ebb..b055826072e2375ff64dd53acde26ebea4714f9a 100755
--- a/utility/dev_make_keypair
+++ b/utility/dev_make_keypair
@@ -75,7 +75,7 @@ function make_pair {
# First create the .vbpubk and .vbprivk pair.
make_pair "$1" "${2:-4}"
-# Now create a .vblock to hold our .vbpubk. Since it's for developer use, it
+# Now create a .keyblock to hold our .vbpubk. Since it's for developer use, it
# won't be signed, just checksummed. Developer kernels can only be run in
# non-recovery mode with the developer switch enabled, but it won't hurt us to
# turn on all the flags bits anyway.
« no previous file with comments | « firmware/version.c ('k') | utility/dev_sign_file.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698