git: 46e1ad94a6 - main - release archetype: Sync with latest docs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 00:52:10 UTC
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/doc/commit/?id=46e1ad94a6d2577812bea24c21b32d68dc601636 commit 46e1ad94a6d2577812bea24c21b32d68dc601636 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-03-17 21:29:45 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-03-20 00:51:52 +0000 release archetype: Sync with latest docs A few corrections made to the installation instrucitons in 13.0 and 13.2-RELEASE but not synched to the archetype. --- website/archetypes/release/installation.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/archetypes/release/installation.adoc b/website/archetypes/release/installation.adoc index 51af89f5b0..1deb8ac0fe 100644 --- a/website/archetypes/release/installation.adoc +++ b/website/archetypes/release/installation.adoc @@ -3,6 +3,8 @@ title: "FreeBSD X.0-RELEASE Installation Instructions" sidenav: download --- +include::shared/en/urls.adoc[] + = FreeBSD {localRel}-RELEASE Installation Instructions :releaseCurrent: X.0-RELEASE :localRel: X.0 @@ -21,7 +23,7 @@ This article gives some brief instructions on installing FreeBSD {releaseCurrent [[install]] == Installing FreeBSD -The Installing FreeBSD chapter of the FreeBSD Handbook provides more in-depth information about the installation program itself, including a guided walk-through with screenshots. +The link:{handbook}bsdinstall/[Installing FreeBSD] chapter of the FreeBSD Handbook provides more in-depth information about the installation program itself, including a guided walk-through with screenshots. [[upgrade]] == Upgrading FreeBSD @@ -31,9 +33,9 @@ If you are upgrading from a previous release of FreeBSD, please read upgrading s [[upgrade-source]] == Upgrading from Source -The procedure for doing a source code based update is described in Updating FreeBSD from Source. +The procedure for doing a source code based update is described in link:{handbook}cutting-edge/#makeworld[Updating FreeBSD from Source]. -For SVN use the releng/{localRel} branch which will be where any upcoming Security Advisories or Errata Notices will be applied. +For Git use the releng/{localRel} branch which will be where any upcoming Security Advisories or Errata Notices will be applied. [[upgrade-binary]] == Upgrading Using "FreeBSD Update"