diff options
author | Arian van Putten <arian.vanputten@gmail.com> | 2019-06-12 19:18:04 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-06-13 14:36:34 +0200 |
commit | 5337cccf9773306ec9aa4b73b331b34ad86a1dd8 (patch) | |
tree | a2242fc9c6ee886c8dc700d993283e7cc021b790 /man/systemd-gpt-auto-generator.xml | |
parent | networkctl: fix use of uninitialized value (diff) | |
download | systemd-5337cccf9773306ec9aa4b73b331b34ad86a1dd8.tar.xz systemd-5337cccf9773306ec9aa4b73b331b34ad86a1dd8.zip |
Document that gpt-auto-generator supports decrypting rootfs
When systemd is running in initrd, we actually support decrypting a LUKS rootfs.
Fixes #12786
Diffstat (limited to 'man/systemd-gpt-auto-generator.xml')
-rw-r--r-- | man/systemd-gpt-auto-generator.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml index d94d6ac715..22cd638f1f 100644 --- a/man/systemd-gpt-auto-generator.xml +++ b/man/systemd-gpt-auto-generator.xml @@ -187,6 +187,12 @@ <filename>/dev/mapper/home</filename> and <filename>/dev/mapper/srv</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 <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>. + </para> <para>Mount and automount units for the EFI System Partition (ESP) are generated on EFI systems. The ESP is mounted to <filename>/boot/</filename> (except if an Extended Boot Loader partition exists, see |