diff options
author | zbyszek <zbyszek@web> | 2016-01-04 10:56:02 -0800 |
---|---|---|
committer | www <iki-www@freedesktop.org> | 2016-01-04 10:56:02 -0800 |
commit | 2e5cb69f3d81cf3d8b01f67b7b42da9b0da9674c (patch) | |
tree | 894f841f5b3c506395808726c2834812769332d8 /Specifications | |
parent | 0bb98a409f3aa901dc3945ec6a636327473da44f (diff) |
add root partition for itanium
Diffstat (limited to 'Specifications')
-rw-r--r-- | Specifications/DiscoverablePartitionsSpec.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Specifications/DiscoverablePartitionsSpec.mdwn b/Specifications/DiscoverablePartitionsSpec.mdwn index b5ec6090..4532ae6f 100644 --- a/Specifications/DiscoverablePartitionsSpec.mdwn +++ b/Specifications/DiscoverablePartitionsSpec.mdwn @@ -25,8 +25,8 @@ Note that the OS side of this specification is currently implemented in [systemd <tr> <td><nobr><tt>44479540-f297-41b2-9af7-d131d5f0458a</tt></nobr></td> <td><nobr><i>Root Partition (x86)</i></nobr></td> -<td rowspan="4">Any native, optionally in LUKS</td> -<td rowspan="4">On systems with matching architecture, the first partition with this GUID on the disk containing the active EFI ESP is automatically mounted to the root directory /. If the partition is encrypted with LUKS, the device mapper file will be named /dev/mapper/root.</td> +<td rowspan="5">Any native, optionally in LUKS</td> +<td rowspan="5">On systems with matching architecture, the first partition with this GUID on the disk containing the active EFI ESP is automatically mounted to the root directory /. If the partition is encrypted with LUKS, the device mapper file will be named /dev/mapper/root.</td> </tr> <tr> @@ -45,6 +45,11 @@ Note that the OS side of this specification is currently implemented in [systemd </tr> <tr> +<td><nobr><tt>993d8d3d-f80e-4225-855a-9daf8ed7ea9</tt></nobr></td> +<td><nobr><i>Root Partition (Itanium/IA-64)</i></bobr></td> +</tr> + +<tr> <td><nobr><tt>933ac7e1-2eb4-4f13-b844-0e14e2aef915</tt></nobr></td> <td><nobr><i>Home Partition</i></nobr></td> <td>Any native, optionally in LUKS</td> |