From 2b1daf24dc82dcadf584b2a7ea2801bd9710f894 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 28 Nov 2019 10:01:27 +0100 Subject: [PATCH] man: document initrd.target --- man/systemd.special.xml | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) 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 -- 2.25.1