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

Unified Diff: cgpt/cgpt.c

Issue 2849040: Add 'find' command to cgpt, to search for partitions by UUID. (Closed) Base URL: ssh://git@gitrw.chromium.org//vboot_reference.git
Patch Set: Created 10 years, 6 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 | « cgpt/cgpt.h ('k') | cgpt/cmd_find.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cgpt/cgpt.c
diff --git a/cgpt/cgpt.c b/cgpt/cgpt.c
index d80bffea28eea3d46b289e49fdbd16c476cab56a..d8604b1f0cd5dd34bcc30ce8104e9cbfefc54ed8 100644
--- a/cgpt/cgpt.c
+++ b/cgpt/cgpt.c
@@ -26,6 +26,7 @@ struct {
{"show", cmd_show, "Show partition table and entries"},
{"repair", cmd_repair, "Repair damaged GPT headers and tables"},
{"boot", cmd_boot, "Edit the PMBR sector for legacy BIOSes"},
+ {"find", cmd_find, "Locate a partition by its GUID"},
};
« no previous file with comments | « cgpt/cgpt.h ('k') | cgpt/cmd_find.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698