summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2019-10-10 21:03:22 +0300
committerBrian C. Lane <bcl@redhat.com>2019-12-20 11:23:47 -0800
commit08256913c307e0313ee014e0f292fa335cc18f1d (patch)
treec99a390167ed08de211b895c1b6b4c192443d9e9 /NEWS
parentca845aeeddb17343c9289816833ca352f7c0d87b (diff)
downloadparted-08256913c307e0313ee014e0f292fa335cc18f1d.tar.gz
libparted: Add ChromeOS Kernel partition flag
This adds a GPT-only partition type flag, chromeos_kernel, for use on Chrome OS machines, with GUID FE3A2A5D-4F32-41A7-B725-ACCC3285A309. The firmware/bootloader in these machines relies on special images being written to partitions of this type. Among multiple such partitions, it decides which one it will boot from based on the GUID-specific partition attributes. This patch is not intended to and does not manipulate these bits. Google refers to these partitions as "ChromeOS kernel" partitions. They also define partitions for rootfs, firmware, and a reserved one; but these are not necessary for the boot flow and are not included here. Relevant ChromiumOS documentation: https://www.chromium.org/chromium-os/chromiumos-design-docs/disk-format Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d628cc3..087d70d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ GNU parted NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
+** New Features
+
+ Add a new partition type flag, chromeos_kernel, for use with ChromeOS
+ machines. This is a GPT-only flag and sets the type GUID to
+ FE3A2A5D-4F32-41A7-B725-ACCC3285A309.
* Noteworthy changes in release 3.3 (2019-10-10) [stable]