diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-09-15 18:11:06 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-15 18:35:31 +0200 |
commit | 3a41a21666a426058fc6ffdff3030d1dcb6d8579 (patch) | |
tree | 5ca3dca5da3e5c848f15400c4a9feb28841d2910 /man | |
parent | test: fix ASAN options in TEST-29-PORTABLE (diff) | |
download | systemd-3a41a21666a426058fc6ffdff3030d1dcb6d8579.tar.xz systemd-3a41a21666a426058fc6ffdff3030d1dcb6d8579.zip |
man/bootup: rename initrd to exitrd at one more place
Follow-up for f2c2fa87b6b7a7b3dcce9eeae8ce2a2ab50b60eb
Diffstat (limited to 'man')
-rw-r--r-- | man/bootup.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man/bootup.xml b/man/bootup.xml index c942bab344..db98f4649a 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.</para> - <para>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.</para> + <para>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.</para> <para>Additional information about the system boot process may be found in |