aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2024-08-07 18:46:16 +0000
committerColin Percival <cperciva@FreeBSD.org>2024-08-07 18:48:16 +0000
commit86faa3d68f733acc511ef2834f2667ab2270208c (patch)
tree21d7240d223a0d0939d34ff8ecfa1d29ff917f03
parent7c02b391345dc81e337596efe722f814c514db36 (diff)
downloaddoc-86faa3d68f.tar.gz
doc-86faa3d68f.zip
14.2: Use more variables in adoc
I'll sync these back to website/archetypes/release in a later commit; these should make it easier to produce the website pages for future releases. No content change intended.
-rw-r--r--website/content/en/releases/14.2R/hardware.adoc6
-rw-r--r--website/content/en/releases/14.2R/installation.adoc4
-rw-r--r--website/content/en/releases/14.2R/relnotes.adoc3
-rw-r--r--website/content/en/releases/14.2R/schedule.adoc3
4 files changed, 11 insertions, 5 deletions
diff --git a/website/content/en/releases/14.2R/hardware.adoc b/website/content/en/releases/14.2R/hardware.adoc
index 71886b722b..9617e514c9 100644
--- a/website/content/en/releases/14.2R/hardware.adoc
+++ b/website/content/en/releases/14.2R/hardware.adoc
@@ -3,7 +3,7 @@ title: FreeBSD 14.2 Hardware Notes
sidenav: download
---
-= FreeBSD 14.2 Hardware Notes
+:localRel: 14.2
:doctype: article
:toc: macro
:toclevels: 1
@@ -12,12 +12,14 @@ sidenav: download
:source-highlighter: rouge
:experimental:
+= FreeBSD {localRel} Hardware Notes
+
toc::[]
[[intro]]
== Introduction
-This document contains the hardware compatibility notes for FreeBSD 14.2.
+This document contains the hardware compatibility notes for FreeBSD {localRel}.
It lists the hardware platforms supported by FreeBSD, as well as the various types of hardware devices (storage controllers, network interfaces, and so on), along with known working instances of these devices.
[[proc]]
diff --git a/website/content/en/releases/14.2R/installation.adoc b/website/content/en/releases/14.2R/installation.adoc
index 32a5080056..312c96561a 100644
--- a/website/content/en/releases/14.2R/installation.adoc
+++ b/website/content/en/releases/14.2R/installation.adoc
@@ -4,6 +4,8 @@ sidenav: download
---
:releaseCurrent: 14.2-RELEASE
+:releasePrev: 14.1-RELEASE
+:releasePrevLegacy: 13.4-RELEASE
:localRel: 14.2
include::shared/en/urls.adoc[]
@@ -40,7 +42,7 @@ For Git use the releng/{localRel} branch which will be where any upcoming Securi
== Upgrading Using "FreeBSD Update"
The man:freebsd-update[8] utility supports binary upgrades of amd64, arm64, and i386 systems running earlier FreeBSD releases.
-Systems running 13.4-RELEASE or 14.1-RELEASE can upgrade as follows:
+Systems running {releasePrevLegacy} or {releasePrev} can upgrade as follows:
[.screen]
----
diff --git a/website/content/en/releases/14.2R/relnotes.adoc b/website/content/en/releases/14.2R/relnotes.adoc
index 4235cfd6b5..e4d7e02797 100644
--- a/website/content/en/releases/14.2R/relnotes.adoc
+++ b/website/content/en/releases/14.2R/relnotes.adoc
@@ -3,6 +3,7 @@ title: "FreeBSD 14.2-RELEASE Release Notes"
sidenav: download
---
+:localRel: 14.2
:releaseCurrent: 14.2-RELEASE
:releaseBranch: 14-STABLE
:releasePrev: 14.1-RELEASE
@@ -174,7 +175,7 @@ This section describes changes that affect networking in FreeBSD.
This section covers general hardware support for physical machines, hypervisors, and virtualization environments, as well as hardware changes and updates that do not otherwise fit in other sections of this document.
-Please see link:https://www.freebsd.org/releases/14.2R/hardware[the list of hardware] supported by {releaseCurrent}, as well as link:https://www.freebsd.org/platforms/[the platforms page] for the complete list of supported CPU architectures.
+Please see link:https://www.freebsd.org/releases/{localRel}R/hardware[the list of hardware] supported by {releaseCurrent}, as well as link:https://www.freebsd.org/platforms/[the platforms page] for the complete list of supported CPU architectures.
[[hardware-virtualization]]
=== Virtualization Support
diff --git a/website/content/en/releases/14.2R/schedule.adoc b/website/content/en/releases/14.2R/schedule.adoc
index 72fcb0af1a..15bf7294b7 100644
--- a/website/content/en/releases/14.2R/schedule.adoc
+++ b/website/content/en/releases/14.2R/schedule.adoc
@@ -9,6 +9,7 @@ sidenav: download
:localBranchHead: head
:localBranchStable: stable/14
:localBranchReleng: releng/14.2
+:localMailingList: stable
include::shared/en/urls.adoc[]
@@ -17,7 +18,7 @@ include::shared/en/urls.adoc[]
This is the release schedule for FreeBSD {localRel}.
For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site.
-General discussions about the pending release and known issues should be sent to the public mailto:FreeBSD-stable@FreeBSD.org[freebsd-stable] mailing list.
+General discussions about the pending release and known issues should be sent to the public mailto:FreeBSD-{localMailingList}@FreeBSD.org[freebsd-{localMailingList}] mailing list.
// link:{handbook}glossary/#mfc-glossary[MFC] requests should be sent to link:mailto:re@FreeBSD.org[re@FreeBSD.org] following the link:https://wiki.freebsd.org/Releng/ChangeRequestGuidelines[Change Request Guidelines].