diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-09-23 14:59:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-09-23 15:10:53 +0200 |
commit | 32e276708089110243682d8aaa3d58075b91f0d6 (patch) | |
tree | 44a32b969266f7dfe9529f31e79046e78ca7e474 /man/systemd.special.xml | |
parent | Merge pull request #24686 from d4nuu8/delta_output (diff) | |
download | systemd-32e276708089110243682d8aaa3d58075b91f0d6.tar.xz systemd-32e276708089110243682d8aaa3d58075b91f0d6.zip |
tree-wide: use the term "initrd" at most places we so far used "initramfs"
In most cases we refernced the concept as "initrd". Let's convert most
remaining uses of "initramfs" to "initrd" too, to stay internally
consistent.
This leaves "initramfs" only where it's relevant to explain historical
concepts or where "initramfs" is part of the API (i.e. in
/run/initramfs).
Follow-up for: b66a6e1a5838b874b789820c090dd6850cf10513
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r-- | man/systemd.special.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 1e3e6d8c3e..85eb8ad076 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -372,8 +372,8 @@ <varlistentry> <term><filename>initrd.target</filename></term> <listitem> - <para>This is the default target in the initramfs, similar to <filename>default.target</filename> - in the main system. It is used to mount the real root and transition to it. See + <para>This is the default target in the initrd, similar to <filename>default.target</filename> in + the main system. It is used to mount the real root and transition to it. See <citerefentry><refentrytitle>bootup</refentrytitle><manvolnum>7</manvolnum></citerefentry> for more discussion.</para> </listitem> |