diff --git a/man/systemd.special.xml b/man/systemd.special.xml
index 248fb924db..c839af1842 100644
--- a/man/systemd.special.xml
+++ b/man/systemd.special.xml
@@ -38,6 +38,7 @@
hibernate.target,
hybrid-sleep.target,
suspend-then-hibernate.target,
+ initrd.target,
initrd-fs.target,
initrd-root-device.target,
initrd-root-fs.target,
@@ -202,14 +203,16 @@
default.target
- The default unit systemd starts at bootup. Usually,
- this should be aliased (symlinked) to
- multi-user.target or
- graphical.target.
+ The default unit systemd starts at bootup. Usually, this should be aliased (symlinked) to
+ multi-user.target or graphical.target. See
+ bootup7 for
+ more discussion.
- The default unit systemd starts at bootup can be
- overridden with the systemd.unit= kernel
- command line option.
+ The default unit systemd starts at bootup can be overridden with the
+ systemd.unit= kernel command line option, or more conveniently, with the short
+ names like single, rescue, 1,
+ 3, 5, …; see
+ systemd1.
@@ -341,6 +344,15 @@
is active as long as the system is running.
+
+ initrd.target
+
+ This is the default target in the initramfs, similar to default.target
+ in the main system. It is used to mount the real root and transition to it. See
+ bootup7 for
+ more discussion.
+
+
initrd-fs.target