]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/systemd-gpt-auto-generator.xml
man/systemd-gpt-auto-generator: mention that swap may be on luks too
[thirdparty/systemd.git] / man / systemd-gpt-auto-generator.xml
index e176d32d9c3197c5deb51742798c16d6a25c3ea1..23f12355517101a60d0bad4120588fc048038c50 100644 (file)
       </tgroup>
     </table>
 
-    <para>The <filename>/home/</filename>, <filename>/srv/</filename>, <filename>/var/</filename> and
-    <filename>/var/tmp/</filename> partitions may be encrypted in LUKS format. In this case, a device mapper
-    device is set up under the names <filename>/dev/mapper/home</filename>,
-    <filename>/dev/mapper/srv</filename>, <filename>/dev/mapper/var</filename> and
-    <filename>/dev/mapper/tmp</filename>. Note that this might create conflicts if the same partition is
-    listed in <filename>/etc/crypttab</filename> with a different device mapper device name.</para>
-
-    <para>When systemd is running in the initrd the <filename>/</filename> partition may be encrypted in LUKS
-    format as well. In this case, a device mapper device is set up under the name
+    <para>The <filename>/home/</filename>, <filename>/srv/</filename>, <filename>/var/</filename>,
+    <filename>/var/tmp/</filename> and swap partitions may be encrypted in LUKS format. In this case, a
+    device mapper device is set up under the names <filename>/dev/mapper/home</filename>,
+    <filename>/dev/mapper/srv</filename>, <filename>/dev/mapper/var</filename>,
+    <filename>/dev/mapper/tmp</filename> or <filename>/dev/mapper/swap</filename>. Note that this might
+    create conflicts if the same partition is listed in <filename>/etc/crypttab</filename> with a different
+    device mapper device name.</para>
+
+    <para>When systemd is running in the initrd the <filename>/</filename> partition may be encrypted with
+    LUKS as well. In this case, a device mapper device is set up under the name
     <filename>/dev/mapper/root</filename>, and a <filename>sysroot.mount</filename> is set up that mounts the
     device under <filename>/sysroot</filename>. For more information, see
     <citerefentry><refentrytitle>bootup</refentrytitle><manvolnum>7</manvolnum></citerefentry>.