diff options
author | 2017-01-21 06:00:38 +0000 | |
---|---|---|
committer | 2017-01-21 06:00:38 +0000 | |
commit | f098aa400ea02fc64a5cf374f54984ebaaa4089f (patch) | |
tree | 7d55c190a5b3215f953c4e4f124d85c3b6835073 | |
parent | Make crtbegin.c and crtbeginS.c consistent on stylistic points (diff) | |
download | wireguard-openbsd-f098aa400ea02fc64a5cf374f54984ebaaa4089f.tar.xz wireguard-openbsd-f098aa400ea02fc64a5cf374f54984ebaaa4089f.zip |
Clarify what local response file actually means.
With and OK from tb@
OK jmc@
-rw-r--r-- | share/man/man8/autoinstall.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man8/autoinstall.8 b/share/man/man8/autoinstall.8 index f0c3eb6dca5..2394ab962cd 100644 --- a/share/man/man8/autoinstall.8 +++ b/share/man/man8/autoinstall.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autoinstall.8,v 1.20 2016/11/13 21:56:59 rpe Exp $ +.\" $OpenBSD: autoinstall.8,v 1.21 2017/01/21 06:00:38 rpe Exp $ .\" .\" Copyright (c) 2013 Robert Peichaer <rpe@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 13 2016 $ +.Dd $Mdocdate: January 21 2017 $ .Dt AUTOINSTALL 8 .Os .Sh NAME @@ -50,7 +50,9 @@ If either .Pa /auto_install.conf or .Pa /auto_upgrade.conf -is found during boot, +is found on +.Pa bsd.rd Ns 's +built-in RAM disk, .Nm behaves as if the machine is netbooted, but uses the local response file. In case both files exist, |