man/repart: use <filename> and add missing <para>

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2023-08-24 13:43:42 +02:00
parent 12455d6e87
commit 6d9829e724

View File

@@ -83,8 +83,9 @@
<constant>ppc64-le</constant>, <constant>riscv32</constant>, <constant>riscv64</constant>,
<constant>s390</constant>, <constant>s390x</constant>, <constant>tilegx</constant>,
<constant>x86</constant> (32-bit, aka i386) and <constant>x86-64</constant> (64-bit, aka amd64).
</para>
The supported identifiers are:</para>
<para>The supported identifiers are:</para>
<table>
<title>GPT partition type identifiers</title>
@@ -767,7 +768,8 @@
<example>
<title>Grow the root partition to the full disk size at first boot</title>
<para>With the following file the root partition is automatically grown to the full disk if possible during boot.</para>
<para>With the following file the root partition is automatically grown to the full disk if possible
during boot.</para>
<para><programlisting># /usr/lib/repart.d/50-root.conf
[Partition]
@@ -833,8 +835,9 @@ SizeMaxBytes=64M
<example>
<title>Create a data partition and corresponding verity partitions from a OS tree</title>
<para>Assuming we have an OS tree at /var/tmp/os-tree that we want to package in a root partition
together with matching verity partitions, we can do so as follows:</para>
<para>Assuming we have an OS tree at <filename index='false'>/var/tmp/os-tree</filename> that we want
to package in a root partition together with matching verity partitions, we can do so as follows:
</para>
<para><programlisting># 50-root.conf
[Partition]