]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/INITRD_INTERFACE.md
Merge pull request #32324 from mrc0mmand/more-website-fixes
[thirdparty/systemd.git] / docs / INITRD_INTERFACE.md
index 64465430ce7c8c65ac1a3c2c8591dbbff631c693..402b6a93b7af32c87cc63b92244d44ea8a501f17 100644 (file)
@@ -26,7 +26,7 @@ Arch Linux initrds.
 
 * It's highly recommended that the initrd also mounts `/usr/` (if split off) as
   appropriate and passes it pre-mounted to the main system, to avoid the
-  problems described in [Booting without /usr is Broken](SEPARATE_USR_IS_BROKEN).
+  problems described in [Booting without /usr is Broken](/SEPARATE_USR_IS_BROKEN).
 
 * If the executable `/run/initramfs/shutdown` exists systemd will use it to
   jump back into the initrd on shutdown. `/run/initramfs/` should be a usable
@@ -39,7 +39,7 @@ Arch Linux initrds.
   line options, for example `--log-level=` and similar.
 
 * Storage daemons run from the initrd should follow the guide on
-  [systemd and Storage Daemons for the Root File System](ROOT_STORAGE_DAEMONS)
+  [systemd and Storage Daemons for the Root File System](/ROOT_STORAGE_DAEMONS)
   to survive properly from the boot initrd all the way to the point where
   systemd jumps back into the initrd for shutdown.
 
@@ -66,4 +66,4 @@ systemd. Here are a few terse notes:
 
 * The switch-root operation will result in a killing spree of all running
   processes. Some processes might need to be excluded from that, see the guide
-  on [systemd and Storage Daemons for the Root File System](ROOT_STORAGE_DAEMONS).
+  on [systemd and Storage Daemons for the Root File System](/ROOT_STORAGE_DAEMONS).