diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-09-23 15:10:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-09-23 15:12:18 +0200 |
commit | 55c041b4e4dffad936522674d739a0affc08bdf4 (patch) | |
tree | b0aef0c05053e157cd38b22008568014b000ca67 /man/systemd-veritysetup-generator.xml | |
parent | tree-wide: use the term "initrd" at most places we so far used "initramfs" (diff) | |
download | systemd-55c041b4e4dffad936522674d739a0affc08bdf4.tar.xz systemd-55c041b4e4dffad936522674d739a0affc08bdf4.zip |
tree-wide: also settle on "initrd" instead of "initial RAM disk"
With this the concept is now called the same way everywhere except where
historical info is relevant or where the other names are API.
Diffstat (limited to 'man/systemd-veritysetup-generator.xml')
-rw-r--r-- | man/systemd-veritysetup-generator.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-veritysetup-generator.xml b/man/systemd-veritysetup-generator.xml index 9e3e15b6ba..331b5c07bc 100644 --- a/man/systemd-veritysetup-generator.xml +++ b/man/systemd-veritysetup-generator.xml @@ -51,10 +51,10 @@ <term><varname>systemd.verity=</varname></term> <term><varname>rd.systemd.verity=</varname></term> - <listitem><para>Takes a boolean argument. Defaults to <literal>yes</literal>. If <literal>no</literal>, - disables the generator entirely. <varname>rd.systemd.verity=</varname> is honored only by the initial RAM disk - (initrd) while <varname>systemd.verity=</varname> is honored by both the host system and the - initrd.</para></listitem> + <listitem><para>Takes a boolean argument. Defaults to <literal>yes</literal>. If + <literal>no</literal>, disables the generator entirely. <varname>rd.systemd.verity=</varname> is + honored only by the initrd while <varname>systemd.verity=</varname> is honored by both the host + system and the initrd.</para></listitem> </varlistentry> <varlistentry> |