|
|
170140 |
From 7c550c39641deccdd491faf3b93eb71f9bc92d1f Mon Sep 17 00:00:00 2001
|
|
|
170140 |
From: David Zeuthen <zeuthen@gmail.com>
|
|
|
170140 |
Date: Tue, 21 May 2013 16:31:11 +0000
|
|
|
170140 |
Subject: Add ChromeOS partition types
|
|
|
170140 |
|
|
|
170140 |
This is helpful when working with ChromeOS disk images.
|
|
|
170140 |
|
|
|
170140 |
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
|
|
|
170140 |
---
|
|
|
170140 |
diff --git a/udisks/udisksclient.c b/udisks/udisksclient.c
|
|
|
170140 |
index f7eaa04..b571360 100644
|
|
|
170140 |
--- a/udisks/udisksclient.c
|
|
|
170140 |
+++ b/udisks/udisksclient.c
|
|
|
170140 |
@@ -2267,6 +2267,11 @@ static const struct
|
|
|
170140 |
/* VMWare, see http://blogs.vmware.com/vsphere/2011/08/vsphere-50-storage-features-part-7-gpt.html */
|
|
|
170140 |
{"gpt", "other", "aa31e02a-400f-11db-9590-000c2911d1b8", NC_("part-type", "VMWare VMFS"), 0},
|
|
|
170140 |
{"gpt", "other", "9d275380-40ad-11db-bf97-000c2911d1b8", NC_("part-type", "VMWare vmkcore"), 0},
|
|
|
170140 |
+ /* ChromeOS, see http://www.chromium.org/chromium-os/chromiumos-design-docs/disk-format */
|
|
|
170140 |
+ {"gpt", "other", "cab6e88e-abf3-4102-a07a-d4bb9be3c1d3", NC_("part-type", "ChromeOS Firmware"), 0},
|
|
|
170140 |
+ {"gpt", "other", "fe3a2a5d-4f32-41a7-b725-accc3285a309", NC_("part-type", "ChromeOS Kernel"), 0},
|
|
|
170140 |
+ {"gpt", "other", "3cb8e202-3b7e-47dd-8a3c-7ff2a13cfcec", NC_("part-type", "ChromeOS Root Filesystem"), 0},
|
|
|
170140 |
+ {"gpt", "other", "2e0a753d-9e48-43b0-8337-b15192cb1b5e", NC_("part-type", "ChromeOS Reserved"), 0},
|
|
|
170140 |
|
|
|
170140 |
/* see http://developer.apple.com/documentation/mac/devices/devices-126.html
|
|
|
170140 |
* http://lists.apple.com/archives/Darwin-drivers/2003/May/msg00021.html */
|
|
|
170140 |
--
|
|
|
170140 |
cgit v0.9.0.2-2-gbebe
|