From: Zbigniew Jędrzejewski-Szmek Date: Tue, 30 May 2023 09:28:48 +0000 (+0200) Subject: man/systemd-gpt-auto-generator: mention that swap may be on luks too X-Git-Tag: v254-rc1~333^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88ebc588805f13eb95f34f9d976f1b852f799f91;p=thirdparty%2Fsystemd.git man/systemd-gpt-auto-generator: mention that swap may be on luks too Fixes #25972. --- diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml index e176d32d9c3..23f12355517 100644 --- a/man/systemd-gpt-auto-generator.xml +++ b/man/systemd-gpt-auto-generator.xml @@ -185,15 +185,16 @@ - The /home/, /srv/, /var/ and - /var/tmp/ partitions may be encrypted in LUKS format. In this case, a device mapper - device is set up under the names /dev/mapper/home, - /dev/mapper/srv, /dev/mapper/var and - /dev/mapper/tmp. Note that this might create conflicts if the same partition is - listed in /etc/crypttab with a different device mapper device name. - - When systemd is running in the initrd the / partition may be encrypted in LUKS - format as well. In this case, a device mapper device is set up under the name + The /home/, /srv/, /var/, + /var/tmp/ and swap partitions may be encrypted in LUKS format. In this case, a + device mapper device is set up under the names /dev/mapper/home, + /dev/mapper/srv, /dev/mapper/var, + /dev/mapper/tmp or /dev/mapper/swap. Note that this might + create conflicts if the same partition is listed in /etc/crypttab with a different + device mapper device name. + + When systemd is running in the initrd the / partition may be encrypted with + LUKS as well. In this case, a device mapper device is set up under the name /dev/mapper/root, and a sysroot.mount is set up that mounts the device under /sysroot. For more information, see bootup7.