summaryrefslogtreecommitdiff
path: root/en/using-d-i
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2011-01-01 14:33:50 +0000
committerSamuel Thibault <sthibault@debian.org>2011-01-01 14:33:50 +0000
commit29e12d181535038675bb405547e14ef80eb0e2cd (patch)
tree8f429429c0ea14e870e7a880214ce993168c344e /en/using-d-i
parent0a2aea63f173621a5e76ea39bde2c93149461bd4 (diff)
downloadinstallation-guide-29e12d181535038675bb405547e14ef80eb0e2cd.zip
build fixes
Diffstat (limited to 'en/using-d-i')
-rw-r--r--en/using-d-i/modules/partman.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/en/using-d-i/modules/partman.xml b/en/using-d-i/modules/partman.xml
index 727464675..f0a6a1ed7 100644
--- a/en/using-d-i/modules/partman.xml
+++ b/en/using-d-i/modules/partman.xml
@@ -117,26 +117,26 @@ The following file systems are supported.
subset of ZFS features are supported. Some of them can be enabled
manually after the initial install, but there are some caveats:
<itemizedlist>
- <listitem>
+ <listitem><para>
Each ZFS pool will host only one filesystem. After install is finished,
more filesystems can be created on this pool by using the
<quote>zfs create</quote> command.
- </listitem>
- <listitem>
+ </para></listitem>
+ <listitem><para>
Each ZFS pool will be composed of exactly one partition. After install
is finished, a single-device ZFS pool can be converted into a multi-device
pool by using the <quote>zpool add</quote> command, or into a mirrored
pool by using the <quote>zpool attach</quote> command. However, you shouldn't
do this on the pool that hosts root filesystem, as it would prevent GRUB
from booting your system.
- </listitem>
- <listitem>
+ </para></listitem>
+ <listitem><para>
Compression is not currently supported. After the install is finished,
compression can be enabled by setting the <quote>compression</quote> property
via the <quote>zfs set</quote> command. However, if a compression algorithm
other than the default (lzjb) is used on the pool that hosts your root
filesystem, this may prevent GRUB from booting your system.
- </listitem>
+ </para></listitem>
</itemizedlist>
</para></listitem>
<listitem arch="linux-any"><para>