diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-01-13 21:03:15 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-01-13 21:03:15 +0100 |
commit | 744c49e1fef0873320e63bd31839f6ced12ae758 (patch) | |
tree | 79748069ac287152068e50aec30eb33d17f64387 /docs/INITRD_INTERFACE.md | |
parent | docs: say that journalctl --flush/--sync also require journald (diff) | |
download | systemd-744c49e1fef0873320e63bd31839f6ced12ae758.tar.xz systemd-744c49e1fef0873320e63bd31839f6ced12ae758.zip |
docs: update link and more dots
Apparently unicode ellipsis is too much for github.
Diffstat (limited to 'docs/INITRD_INTERFACE.md')
-rw-r--r-- | docs/INITRD_INTERFACE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INITRD_INTERFACE.md b/docs/INITRD_INTERFACE.md index 04b189f89c..8985f2761c 100644 --- a/docs/INITRD_INTERFACE.md +++ b/docs/INITRD_INTERFACE.md @@ -19,7 +19,7 @@ interfaces are currently used by dracut and the ArchLinux initrds. * The initrd should mount `/run/` as a tmpfs and pass it pre-mounted when jumping into the main system when executing systemd. The mount options should - be `mode=755,nodev,nosuid,strictatime` + be `mode=755,nodev,nosuid,strictatime`. * 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 |