X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fbootup.xml;h=65923528d4429d5046955ffc76873353fcbe7860;hp=4cc4bafab776320c3cf2782023e3863990816159;hb=0d1aaec2282ee8e82908f9f12d820dab397adc0b;hpb=c53158818d8cdaf46b3f1b5299b9bda118a1043f diff --git a/man/bootup.xml b/man/bootup.xml index 4cc4bafab..65923528d 100644 --- a/man/bootup.xml +++ b/man/bootup.xml @@ -173,6 +173,77 @@ to them. + + Initrd System Manager Bootup + The default target in the initrd is the initrd.target. The bootup process is + identical to the System Manager Bootup until it reaches basic.target. From there, + systemd approaches the special initrd.target. If the root device can be mounted at + /sysroot, the sysroot.mount unit becomes active and the initrd-root-fs.target is + reached. + The initrd-parse-etc.service scans /sysroot/etc/fstab for a possible /usr mountpoint + and additional entries marked with the x-initrd.mount option. + All entries found are mounted below /sysroot, and the initrd-fs.target is reached. + The initrd-cleanup.service isolates to the initrd-switch-root.target, where cleanup + services can run. As the very last step, the initrd-switch-root.service is activated, + which will cause the system to switch its root to /sysroot. + + + + (identical to System Manager Bootup) + : + : + v + basic.target + | emergency.service + ______________________/| | + / | v + | sysroot.mount emergency.target + | | + | v + | initrd-root-fs.target + | | + | v + | initrd-parse-etc.service + (custom initrd services) | + | v + | (sysroot-usr.mount and + | various mounts marked + | with fstab option + | x-initrd.mount) + | | + | v + | initrd-fs.target + \______________________ | + \| + v + initrd.target + | + v + initrd-cleanup.service + isolates to + initrd-switch-root.target + | + v + ______________________/| + / | + | initrd-udevadm-cleanup-db.service + | | + (custom initrd services) | + | | + \______________________ | + \| + v + initrd-switch-root.target + | + v + initrd-switch-root.service + | + v + switch-root + + + + System Manager Shutdown @@ -219,7 +290,8 @@ systemd-reboot.service systemd-poweroff.service systemd-halt.service syste systemd1, boot7, systemd.special7, - systemd.target5 + systemd.target5, + dracut8