void-docs: update to 2025.01.25.

This commit is contained in:
classabbyamp 2025-01-25 15:34:18 -05:00
parent 6bb8bcab82
commit 8e3037ee3c
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
3 changed files with 2 additions and 147 deletions

View file

@ -1,30 +0,0 @@
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

View file

@ -1,115 +0,0 @@
From 7de7c448e979392780ac6e7e74d121320575ce2e Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 12 Mar 2024 14:06:27 -0400
Subject: [PATCH] src/: fix links, vmdfmt
---
src/config/external-applications.md | 2 +-
src/config/graphical-session/wayland.md | 2 +-
src/config/media/pipewire.md | 6 +++---
src/installation/guides/zfs.md | 10 ++++------
src/installation/live-images/guide.md | 2 +-
src/xbps/repositories/mirrors/index.md | 3 +--
6 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/src/config/external-applications.md b/src/config/external-applications.md
index fc25aec..258e9dc 100644
--- a/src/config/external-applications.md
+++ b/src/config/external-applications.md
@@ -93,7 +93,7 @@ Steam can be installed either via a native package, which requires [enabling the
"nonfree" repository](../xbps/repositories/index.md#nonfree), or via
[Flatpak](#flatpak). The list of dependencies for different platforms and
troubleshooting information for the native package can be found in its
-[Void-specific documentation](./package-documentation/index.html), while this
+[Void-specific documentation](./package-documentation/index.md), while this
section deals with potential issues faced by Flatpak users.
If you are using a different drive to store your game library, the
diff --git a/src/config/graphical-session/wayland.md b/src/config/graphical-session/wayland.md
index 37e9043..03816c0 100644
--- a/src/config/graphical-session/wayland.md
+++ b/src/config/graphical-session/wayland.md
@@ -85,7 +85,7 @@ compositors, and is installed as a dependency for most of them. Its package is
## Configuration
The Wayland library requires the
-[`XDG_RUNTIME_DIR`](../session-management.html#xdg_runtime_dir) environment
+[`XDG_RUNTIME_DIR`](../session-management.md#xdg_runtime_dir) environment
variable to determine the directory for the Wayland socket.
It is also possible that some applications use the `XDG_SESSION_TYPE`
diff --git a/src/config/media/pipewire.md b/src/config/media/pipewire.md
index b2d3aa4..4e548c7 100644
--- a/src/config/media/pipewire.md
+++ b/src/config/media/pipewire.md
@@ -16,7 +16,7 @@ manager, or Wayland compositor may need to be launched with
[`dbus-run-session(1)`](https://man.voidlinux.org/dbus-run-session.1).
PipeWire also requires the
-[`XDG_RUNTIME_DIR`](../session-management.html#xdg_runtime_dir) environment
+[`XDG_RUNTIME_DIR`](../session-management.md#xdg_runtime_dir) environment
variable to be defined in your environment to work properly.
If not using [elogind](../session-management.md), it is necessary to be in the
@@ -232,8 +232,8 @@ running.
[E][...] mod.protocol-native | [module-protocol-: 710 init_socket_name()] server 0x55e09658e9d0: name pipewire-0 is not an absolute path and no runtime dir found. Set one of PIPEWIRE_RUNTIME_DIR, XDG_RUNTIME_DIR or USERPROFILE in the environment
```
-This indicates [`XDG_RUNTIME_DIR`](../session-management.html#xdg_runtime_dir)
-is not set up properly.
+This indicates [`XDG_RUNTIME_DIR`](../session-management.md#xdg_runtime_dir) is
+not set up properly.
### Only a "dummy" output is found
diff --git a/src/installation/guides/zfs.md b/src/installation/guides/zfs.md
index b01b068..e81f18c 100644
--- a/src/installation/guides/zfs.md
+++ b/src/installation/guides/zfs.md
@@ -165,12 +165,10 @@ the EFI system partition:
### Installation
At this point, ordinary installation can proceed from the ["Base Installation"
-section](https://docs.voidlinux.org/installation/guides/chroot.html#base-installation).
-of the standard chroot installation guide. However, before following the
-["Finalization"
-instructions](https://docs.voidlinux.org/installation/guides/chroot.html#finalization),
-make sure that the `zfs` package has been installed and `dracut` is configured
-to identify a ZFS root filesystem:
+section](./chroot.md#base-installation). of the standard chroot installation
+guide. However, before following the ["Finalization"
+instructions](./chroot.md#finalization), make sure that the `zfs` package has
+been installed and `dracut` is configured to identify a ZFS root filesystem:
```
[xchroot /mnt] # mkdir -p /etc/dracut.conf.d
diff --git a/src/installation/live-images/guide.md b/src/installation/live-images/guide.md
index dda8fb0..780f54a 100644
--- a/src/installation/live-images/guide.md
+++ b/src/installation/live-images/guide.md
@@ -78,7 +78,7 @@ Choose a login (default `void`) and a descriptive name for that login. Then
enter and confirm the password for the new user. You will then be prompted to
verify the groups for this new user. They are added to the `wheel` group by
default and will have `sudo` access. Default groups and their descriptions are
-listed [here](../../config/users-and-groups.html#default-groups).
+listed [here](../../config/users-and-groups.md#default-groups).
Login names have some restrictions, as described in
[useradd(8)](https://man.voidlinux.org/useradd.8#CAVEATS).
diff --git a/src/xbps/repositories/mirrors/index.md b/src/xbps/repositories/mirrors/index.md
index 29f37d9..fe5ca95 100644
--- a/src/xbps/repositories/mirrors/index.md
+++ b/src/xbps/repositories/mirrors/index.md
@@ -4,8 +4,7 @@ Void Linux maintains mirrors in several geographic regions for users. A fresh
install will default to
[repo-default.voidlinux.org](https://repo-default.voidlinux.org), which may map
to any Tier 1 mirror, but you may have a better experience by [selecting a
-different
-mirror](https://docs.voidlinux.org/xbps/repositories/mirrors/changing.html).
+different mirror](./changing.md).
> See [xmirror.voidlinux.org](https://xmirror.voidlinux.org) for more
> information and a list of available mirrors.
--
2.44.0

View file

@ -1,6 +1,6 @@
# Template file for 'void-docs'
pkgname=void-docs
version=2024.03.14
version=2025.01.25
revision=1
hostmakedepends="mdBook lowdown texlive perl perl-JSON perl-File-Which librsvg-utils"
short_desc="Documentation for Void Linux"
@ -8,7 +8,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="CC-BY-SA-4.0"
homepage="https://github.com/void-linux/void-docs"
distfiles="https://github.com/void-linux/void-docs/archive/refs/tags/${version}.tar.gz"
checksum=9cdc06ad3b23445763b7838221943b17f05c78d54ff4a89825d3b5639ededc44
checksum=3147216906b6b2ae5bfc57641a8edb2e27d429aa8e2ef867d3d6c76ce6d40f29
do_build() {
PREFIX=/usr res/build.sh