summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-06 19:55:06 -0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-19 12:36:21 +0200
commitbfd88d961536dea571a9e10d8581cc7eb83d7780 (patch)
tree01933cd4579305fd50d10be10a645c28a12b4517 /doc
parent5b41167575d27f41ef64ecfba0e6b7efa4e0fdea (diff)
Add table of GPT identifiers
Diffstat (limited to 'doc')
-rw-r--r--doc/BOOT_LOADER_SPECIFICATION.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/BOOT_LOADER_SPECIFICATION.md b/doc/BOOT_LOADER_SPECIFICATION.md
index 6196e90ccc..c0818f56d8 100644
--- a/doc/BOOT_LOADER_SPECIFICATION.md
+++ b/doc/BOOT_LOADER_SPECIFICATION.md
@@ -2,3 +2,23 @@
_TL;DR: Let's automatically discover, mount and enable the root partition, /home, /srv and the swap partitions based on GUID Partition Tables (GPT!)_
+ +------------------------------------+-------------------------+---------------------------------------------------------+
+ |Partition Type GUID | Name | Explanation |
+ +------------------------------------+-------------------------+---------------------------------------------------------+
+ |44479540-f297-41b2-9af7d131d5f0458a | Root Partition (x86) | On 32bit x86 systems the first x86 root partition on |
+ | | | the disk the EFI ESP is located on is mounted to the |
+ | | | root directory /. |
+ +------------------------------------+-------------------------+---------------------------------------------------------+
+ |4f68bce3-e8cd-4db1-96e7fbcaf984b709 | Root Partition (x86-64) | On 64bit x86 systems the first x86-64 root partition on |
+ | | | the disk the EFI ESP is located on is mounted to the |
+ | | | root directory /. |
+ +------------------------------------+-------------------------+---------------------------------------------------------+
+ |933ac7e1-2eb4-4f13-b8440e14e2aef915 | Home Partition | The first home partition on the disk the root partition |
+ | | | is located on is mounted to /home. |
+ +------------------------------------+-------------------------+---------------------------------------------------------+
+ |3b8f8425-20e0-4f3b-907f1a25a76f98e8 | Server Data Partition | The first server data partition on the disk the root |
+ | | | partition is located on is mounted to /srv. |
+ +------------------------------------+-------------------------+---------------------------------------------------------+
+ |0657fd6d-a4ab-43c4-84e50933c84b4f4f | Swap | All swap partitions located on the disk the root |
+ | | | partition is located on are enabled. |
+ +------------------------------------+-------------------------+---------------------------------------------------------+