1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

docs/INITRD_INTERFACE: update link

separate usr is broken
This commit is contained in:
hulkoba 2024-02-26 10:56:20 +01:00
parent 67ae7f6e73
commit 2cc483482e
No known key found for this signature in database
GPG Key ID: ACB6C4A3A4F2BE2F

View File

@ -26,8 +26,7 @@ Arch Linux initrds.
* It's highly recommended that the initrd also mounts `/usr/` (if split off) as * 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 appropriate and passes it pre-mounted to the main system, to avoid the
problems described in [Booting without /usr is problems described in [Booting without /usr is Broken](SEPARATE_USR_IS_BROKEN).
Broken](https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken).
* If the executable `/run/initramfs/shutdown` exists systemd will use it to * 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 jump back into the initrd on shutdown. `/run/initramfs/` should be a usable
@ -36,7 +35,7 @@ Arch Linux initrds.
example was needed to mount the root file system. It's the job of the initrd example was needed to mount the root file system. It's the job of the initrd
to set up this directory and executable in the right way so that this works to set up this directory and executable in the right way so that this works
correctly. The shutdown binary is invoked with the shutdown verb as `argv[1]`, correctly. The shutdown binary is invoked with the shutdown verb as `argv[1]`,
optionally followed (in `argv[2]`, `argv[3]`, … systemd's original command optionally followed (in `argv[2]`, `argv[3]`, …) systemd's original command
line options, for example `--log-level=` and similar. line options, for example `--log-level=` and similar.
* Storage daemons run from the initrd should follow the guide on * Storage daemons run from the initrd should follow the guide on