From: Mike Yuan Date: Sun, 15 Sep 2024 16:11:06 +0000 (+0200) Subject: man/bootup: rename initrd to exitrd at one more place X-Git-Tag: v257-rc1~437 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a41a21666a426058fc6ffdff3030d1dcb6d8579;p=thirdparty%2Fsystemd.git man/bootup: rename initrd to exitrd at one more place Follow-up for f2c2fa87b6b7a7b3dcce9eeae8ce2a2ab50b60eb --- diff --git a/man/bootup.xml b/man/bootup.xml index c942bab3442..db98f4649af 100644 --- a/man/bootup.xml +++ b/man/bootup.xml @@ -46,11 +46,10 @@ the root file system, which is then responsible for probing all remaining hardware, mounting all necessary file systems and spawning all configured services. - On shutdown, the system manager stops all services, unmounts - all file systems (detaching the storage technologies backing - them), and then (optionally) jumps back into the initrd code which - unmounts/detaches the root file system and the storage it resides - on. As a last step, the system is powered down. + On shutdown, the system manager stops all services, unmounts all non-busy file systems (detaching + the storage technologies backing them), and then (optionally) jumps into the exitrd, which is backed by + tmpfs, and unmounts/detaches the remaining file systems, including the real root. As a last step, + the system is powered down. Additional information about the system boot process may be found in