Zbigniew Jędrzejewski-Szmek
9f563f2792
tree-wide: use mode=0nnn for mount option
...
This is an octal number. We used the 0 prefix in some places inconsistently.
The kernel always interprets in base-8, so this has no effect, but I think
it's nicer to use the 0 to remind the reader that this is not a decimal number.
2022-12-14 22:12:44 +01:00
Lennart Poettering
55c041b4e4
tree-wide: also settle on "initrd" instead of "initial RAM disk"
...
With this the concept is now called the same way everywhere except where
historical info is relevant or where the other names are API.
2022-09-23 15:12:18 +02:00
Benjamin Franzke
a25d9395ad
tree-wide: streamline wiki links
...
* Avoid traling slash as most links are defined without.
* Always use https:// protocol and www. subdomain
Allows for easier tree-wide linkvalidation
for our migration to systemd.io.
2022-05-21 14:28:03 +02:00
Benjamin Franzke
5c90c67a34
docs: use relative links
...
Allows for links to work both on systemd.io (or forks) and
when viewed on https://github.com/systemd/systemd/tree/main/docs
Note that the markdown links are converted by jekyll-relative-links[1]
to html. This plugin is enabled by default on github pages[2][3].
Due to a bug in jekyll-relative-links – see
https://github.com/benbalter/jekyll-relative-links/issues/61 –
we need to avoid line-wrapped links when using relative markdown links.
[1] https://github.com/benbalter/jekyll-relative-links
[2] https://github.blog/2016-12-05-relative-links-for-github-pages/
[3] https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll#plugins
2022-05-18 20:34:10 +02:00
Erik Sjölund
f223fd6add
docs: fix typos and improve language
...
Fix typos and improve the language by
adding a few commas and a missing word.
2022-01-26 22:35:33 +00:00
Zbigniew Jędrzejewski-Szmek
0aff7b7584
docs: add spdx tags to all .md files
...
I have no idea if this is going to cause rendering problems, and it is fairly
hard to check. So let's just merge this, and if it github markdown processor
doesn't like it, revert.
2021-09-27 09:19:02 +02:00
Zbigniew Jędrzejewski-Szmek
37b22b3b47
tree: wide "the the" and other trivial grammar fixes
2020-07-02 09:51:38 +02:00
Zbigniew Jędrzejewski-Szmek
744c49e1fe
docs: update link and more dots
...
Apparently unicode ellipsis is too much for github.
2020-01-13 21:03:15 +01:00
Lennart Poettering
180f7c26aa
docs: import initrd interface documentation from fdo wiki
...
Imported from https://www.freedesktop.org/wiki/Software/systemd/InitrdInterface/
2020-01-13 20:55:57 +01:00