From: Lennart Poettering Date: Thu, 11 Mar 2021 09:00:17 +0000 (+0100) Subject: man: shorten list of partition types a bit X-Git-Tag: v248-rc3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170c659338f0a4dd4febcc853bb6698223d9f9b2;p=thirdparty%2Fsystemd.git man: shorten list of partition types a bit Tables with only one column aren't really tables, they are lists. And if each cell only consists of a single word, they are probably better written in a single line. Hence, shorten the man page a bit, and list boot loader spec partition types in a simple sentence. Also, drop "root-secondary" from the list. When dissecting images we'll upgrade "root-secondary" to "root" if we mount it, and do so only if "root" doesn't exist. Hence never mention "root-secondary" as we never will mount a partition under that id. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6b4875f0423..1bfabbdbaea 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -173,50 +173,11 @@ mount8. - Valid partition names follow the Discoverable - Partitions Specification. - - - Accepted partition names - - - - - - Partition Name - - - - - root - - - root-secondary - - - home - - - srv - - - esp - - - xbootldr - - - tmp - - - var - - - usr - - - -
+ Valid partition names follow the Discoverable Partitions Specification: + root, usr, home, srv, + esp, xbootldr, tmp, + var.