Skip to content

Commit 47e9258

Browse files
committed
book.toml: clean up linkcheck exclusions, fix a couple links
1 parent 9a48a0c commit 47e9258

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

book.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,9 @@ optional = true
5858
optional = true
5959
follow-web-links = true
6060
exclude = [
61-
'kernel\.org',
62-
'ntp\.org',
6361
'\.onion',
6462
'localhost',
65-
'userbase\.kde\.org',
66-
'sjtu\.edu\.cn',
67-
'mirrors\.cnnic\.cn',
68-
'void\.webconverger\.org',
69-
'mirror\.vofr\.net',
70-
'void\.chililinux\.com',
71-
'voidlinux\.com\.br',
72-
'reddit\.com',
7363
'raspberrypi\.com',
64+
'xnux\.eu',
7465
]
66+
user-agent = "Mozilla/5.0"

src/installation/guides/arm-devices/raspberry-pi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ functionality.
1212
The [command line](../../../config/kernel.md#cmdline) parameters passed to the
1313
kernel are in the `/boot/cmdline.txt` file. Some of the relevant parameters are
1414
documented in the [official
15-
documentation](https://www.raspberrypi.com/documentation/computers/configuration.html#the-kernel-command-line).
15+
documentation](https://www.raspberrypi.com/documentation/computers/configuration.html#kernel-command-line-cmdline-txt).
1616

1717
## Supported Models
1818

src/installation/guides/fde.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ LUKS2 is only partially supported by GRUB; specifically, only the PBKDF2 key
5252
derivation function is
5353
[implemented](https://git.savannah.gnu.org/cgit/grub.git/commit/?id=365e0cc3e7e44151c14dd29514c2f870b49f9755),
5454
which is *not* the default KDF used with LUKS2, that being Argon2i ([GRUB Bug
55-
59409](https://savannah.gnu.org/bugs/?59409)). LUKS encrypted partitions using
56-
Argon2i (as well as the other KDF) can *not* be decrypted. For that reason, this
57-
guide only recommends LUKS1 be used.
55+
59409](https://web.archive.org/web/20250320141758/https://savannah.gnu.org/bugs/?59409)).
56+
LUKS encrypted partitions using Argon2i (as well as the other KDF) can *not* be
57+
decrypted. For that reason, this guide only recommends LUKS1 be used.
5858

5959
Keep in mind the encrypted volume will be `/dev/sda2` on EFI systems, since
6060
`/dev/sda1` is taken up by the EFI partition.

0 commit comments

Comments
 (0)