summaryrefslogtreecommitdiff
path: root/Specifications
diff options
context:
space:
mode:
authoralison <alison@web>2015-04-05 09:56:42 -0700
committerwww <iki-www@freedesktop.org>2015-04-05 09:56:42 -0700
commit2a0a37c7d7effb025c26984ad8a2b72b3cfa7f12 (patch)
tree97855dca86b6f275f6045d76ab016aeb01f314fb /Specifications
parent2123ee32259fbb30817c8cfde8e7e31bb15e3537 (diff)
Suggest fdisk rather than gdisk to create a GPT that matches Discoverable Partition Spec.
Diffstat (limited to 'Specifications')
-rw-r--r--Specifications/DiscoverablePartitionsSpec.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/Specifications/DiscoverablePartitionsSpec.mdwn b/Specifications/DiscoverablePartitionsSpec.mdwn
index 34578179..04dcebec 100644
--- a/Specifications/DiscoverablePartitionsSpec.mdwn
+++ b/Specifications/DiscoverablePartitionsSpec.mdwn
@@ -153,3 +153,7 @@ In order to allow disk images that may be booted on multiple architectures we wa
No, it doesn't. The specification says that installers may not stop creating /etc/fstab or stop including root= on the kernel command line, unless the used partitions are the first ones of their type on the disk. And /etc/fstab and root= override all automatic discovery. Multi-boot is hence well supported, since it doesn't change anything for anything but the first installation.
That all said, it's not expected that generic installers generally stop setting root= and creating /etc/fstab anyway. The option to drop these configuration bits is primarily something for appliance-like devices. However, generic installers should *still* set the right GPT partition types for the partitions they create so that container managers, partition tools and administrators can benefit. Or to say this differently: this specification introduces A) the *recommendation* to use the newly defined partition types to tag things properly and B) the *option* to then drop root= and /etc/fstab. While we advertise A) to *all* installers, we only propose B) for simpler, appliance-like installations.
+
+### What partitioning tools will create a DPS-compliant partition table?
+
+As of util-linux 2.25.2, the fdisk tool provides type codes to create the root, home and swap partitions that the DPS expects, but the gdisk tool (version 0.8.10) and its variants do not support creation of a root filesystem with a matching type code.