From 3a41a21666a426058fc6ffdff3030d1dcb6d8579 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 15 Sep 2024 18:11:06 +0200 Subject: man/bootup: rename initrd to exitrd at one more place Follow-up for f2c2fa87b6b7a7b3dcce9eeae8ce2a2ab50b60eb --- man/bootup.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'man') 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. - 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 -- cgit v1.2.3