diff options
author | 2020-04-29 15:02:51 +0000 | |
---|---|---|
committer | 2020-04-29 15:02:51 +0000 | |
commit | 3ee29f89c7b4b4b7983c952339b5ba33d18ed36d (patch) | |
tree | cc464337d2101c3ce4ef50c0b572422f0b7eab88 | |
parent | Missing whitespace. (diff) | |
download | wireguard-openbsd-3ee29f89c7b4b4b7983c952339b5ba33d18ed36d.tar.xz wireguard-openbsd-3ee29f89c7b4b4b7983c952339b5ba33d18ed36d.zip |
mention the firmware/bootloader/dtb packages needed to build release(8)
on armv7/arm64. ok deraadt
-rw-r--r-- | share/man/man8/release.8 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 5f11a21523d..d3777489ee3 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.94 2018/06/23 23:19:11 rob Exp $ +.\" $OpenBSD: release.8,v 1.95 2020/04/29 15:02:51 sthen Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" Copyright (c) 2016 Theo Buehler <tb@openbsd.org> @@ -10,7 +10,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: June 23 2018 $ +.Dd $Mdocdate: April 29 2020 $ .Dt RELEASE 8 .Os .Sh NAME @@ -157,6 +157,13 @@ The base system release consists of at least one generic kernel, some installation media, the release tarballs, installation instructions, and checksum files. .Pp +On arm64 and armv7 architectures, additional files are required. +For armv7, install u-boot-arm and dtb using +.Xr pkg_add 1 +or from +.Xr ports 7 . +For arm64, install raspberrypi-firmware and u-boot-aarch64. +.Pp Create a .Va RELEASEDIR directory to store the release files. |