summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2018-03-31 01:37:14 +0000
committergjb <gjb@FreeBSD.org>2018-03-31 01:37:14 +0000
commit36a8e53f746cfb2a7e5e88b5ff234c070956ba25 (patch)
treef28fb336e796c791f77c8fa904911b3c6dba697d /share
parent5d2d63090c5a53d4b394bf484293a0b8706f574a (diff)
downloadFreeBSD-src-36a8e53f746cfb2a7e5e88b5ff234c070956ba25.zip
FreeBSD-src-36a8e53f746cfb2a7e5e88b5ff234c070956ba25.tar.gz
MFC r331696, r331697:
r331696: Update the Release Engineering article URL to the modern version. r331697: Add an example for building SD card images for the RPI-B and RPI3. Note, this commit manually fixes a merge conflict caused by r325096, which does a seemingly recursive http -> https update, which this commit was never marked for MFC. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/release.721
1 files changed, 19 insertions, 2 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index 4e4d9d3..71bcb3a 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 28, 2017
+.Dd March 28, 2018
.Dt RELEASE 7
.Os
.Sh NAME
@@ -687,6 +687,23 @@ cd /usr/src/release
sh release.sh -c $HOME/release.conf
.Ed
.Pp
+Configuration files specific to various supported embedded systems, such as
+the Raspberry Pi, exist in the directory corresponding to the
+.Va TARGET
+.Xr make 1
+variable.
+For example, to build an image for the Raspberry Pi:
+.Bd -literal -offset indent
+cd /usr/src/release
+sh release.sh -c arm/RPI-B.conf
+.Ed
+.Pp
+To build an image for the Raspberry Pi 3:
+.Bd -literal -offset indent
+cd /usr/src/release
+sh release.sh -c arm64/RPI3.conf
+.Ed
+.Pp
After running these commands, all prepared release files are available in the
.Pa /scratch
directory.
@@ -709,7 +726,7 @@ variable in
.Xr sysctl 8
.Rs
.%T "FreeBSD Release Engineering"
-.%U http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/releng/
+.%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/freebsd-releng/
.Re
.Rs
.%T "FreeBSD Developers' Handbook"
OpenPOWER on IntegriCloud