From 170c659338f0a4dd4febcc853bb6698223d9f9b2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 Mar 2021 10:00:17 +0100 Subject: [PATCH] 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. --- man/systemd.exec.xml | 49 +++++--------------------------------------- 1 file changed, 5 insertions(+), 44 deletions(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6b4875f042..1bfabbdbae 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.