From: sthen Date: Sat, 23 Dec 2017 16:20:21 +0000 (+0000) Subject: Make it clear that MFS can be used for the noperm permission holding DESTDIR. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7049cc569125db678ae95a76faded2f67ea0fa4b;p=openbsd Make it clear that MFS can be used for the noperm permission holding DESTDIR. (If anyone needs a bit more handholding than is in release(8), the faq page https://www.openbsd.org/faq/faq5.html#Release has more information about setting this up). Much simplified from, but inspired by, various diffs from ians@. ok tb@ jmc@ --- diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 7fba99a30db..7974752ae6b 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.90 2017/12/22 21:19:10 anton Exp $ +.\" $OpenBSD: release.8,v 1.91 2017/12/23 16:20:21 sthen Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" Copyright (c) 2016 Theo Buehler @@ -10,7 +10,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: December 22 2017 $ +.Dd $Mdocdate: December 23 2017 $ .Dt RELEASE 8 .Os .Sh NAME @@ -176,6 +176,9 @@ To build a release, it is necessary to prepare a filesystem mounted with the .Em noperm .Xr mount 8 option. +Either standard FFS or +.Xr mount_mfs 8 +may be used. The root of this filesystem must have owner .Sy build and mode 700.