31 lines
1.3 KiB
Diff
31 lines
1.3 KiB
Diff
From 2453a867047003d4eeb2dc2ca8f45bfde83ac37d Mon Sep 17 00:00:00 2001
|
|
From: classabbyamp <void@placeviolette.net>
|
|
Date: Tue, 12 Mar 2024 14:21:46 -0400
|
|
Subject: [PATCH] installation/guides/arm-devices/platforms: reword to fix
|
|
LaTeX
|
|
|
|
---
|
|
src/installation/guides/arm-devices/platforms.md | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/src/installation/guides/arm-devices/platforms.md b/src/installation/guides/arm-devices/platforms.md
|
|
index d921a64..23efd1c 100644
|
|
--- a/src/installation/guides/arm-devices/platforms.md
|
|
+++ b/src/installation/guides/arm-devices/platforms.md
|
|
@@ -36,9 +36,9 @@ headers optimized for the Raspberry Pi 5 with 16KB pages. To switch from the
|
|
generic `rpi-kernel`, install `rpi5-kernel`. This will remove `rpi-kernel` and
|
|
replace it with `rpi5-kernel`.
|
|
|
|
-> Not all software is compatible with larger page-size kernels. View and report
|
|
-> any compatibility problems in the [tracking
|
|
-> issue](https://github.com/void-linux/void-packages/issues/48260).
|
|
+> Note: not all software is compatible with kernels that have larger page-sizes.
|
|
+> View any known issues and report any compatibility problems found in the
|
|
+> [tracking issue](https://github.com/void-linux/void-packages/issues/48260).
|
|
|
|
### Enabling hardware RNG device
|
|
|
|
--
|
|
2.44.0
|
|
|