diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2020-04-29 15:02:52 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2020-04-29 15:02:52 +0000 |
commit | cf003c474f6fb5270578e26c2e9787bd2c8e99d4 (patch) | |
tree | 6a22b60a8f3bef1e99383e38b89f7805220b444c /share/man/man8 | |
parent | 3f6a2823d7da30dee25e54ebb8f3e215211bcb2c (diff) |
mention the firmware/bootloader/dtb packages needed to build release(8)
on armv7/arm64. ok deraadt
Diffstat (limited to 'share/man/man8')
-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. |