mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 10:43:35 +08:00
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.
This commit is contained in:
parent
48f813c4aa
commit
170c659338
@ -173,50 +173,11 @@
|
|||||||
<citerefentry project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
|
<citerefentry project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>Valid partition names follow the <ulink url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable
|
<para>Valid partition names follow the <ulink
|
||||||
Partitions Specification</ulink>.</para>
|
url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions Specification</ulink>:
|
||||||
|
<constant>root</constant>, <constant>usr</constant>, <constant>home</constant>, <constant>srv</constant>,
|
||||||
<table>
|
<constant>esp</constant>, <constant>xbootldr</constant>, <constant>tmp</constant>,
|
||||||
<title>Accepted partition names</title>
|
<constant>var</constant>.</para>
|
||||||
|
|
||||||
<tgroup cols='1'>
|
|
||||||
<colspec colname='partition' />
|
|
||||||
<thead>
|
|
||||||
<row>
|
|
||||||
<entry>Partition Name</entry>
|
|
||||||
</row>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<row>
|
|
||||||
<entry>root</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry>root-secondary</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry>home</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry>srv</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry>esp</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry>xbootldr</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry>tmp</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry>var</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry>usr</entry>
|
|
||||||
</row>
|
|
||||||
</tbody>
|
|
||||||
</tgroup>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<xi:include href="system-only.xml" xpointer="singular"/></listitem>
|
<xi:include href="system-only.xml" xpointer="singular"/></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user