Skip to content

Commit 8bdbe61

Browse files
committed
book.toml: clean up linkcheck exclusions, fix a couple links
1 parent 17781cb commit 8bdbe61

3 files changed

Lines changed: 8 additions & 13 deletions

File tree

book.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,12 @@ optional = true
5959
optional = true
6060
follow-web-links = true
6161
exclude = [
62-
'kernel\.org',
63-
'ntp\.org',
6462
'\.onion',
6563
'localhost',
66-
'userbase\.kde\.org',
67-
'sjtu\.edu\.cn',
68-
'mirrors\.cnnic\.cn',
69-
'void\.webconverger\.org',
70-
'mirror\.vofr\.net',
71-
'void\.chililinux\.com',
72-
'voidlinux\.com\.br',
7364
'reddit\.com',
7465
'raspberrypi\.com',
66+
'xnux\.eu',
67+
'canonical\.com',
68+
'freedesktop\.org',
7569
]
70+
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)