Correct directions for building pxeboot. One needs to cd to src/stand,

not src/stand/i386 as the directions say.

PR: 231284
Approved by: re@ (gjb)
This commit is contained in:
Warner Losh 2018-09-10 15:16:33 +00:00
parent e45068e3c9
commit 6715cec08f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338559

View File

@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 6, 2018
.Dd September 10, 2018
.Dt DISKLESS 8
.Os
.Sh NAME
@ -124,7 +124,7 @@ the
.Nm
machine, which may not be what you want to have happen.
.Bd -literal -offset indent
cd /usr/src/stand/i386
cd /usr/src/stand
make clean; make; make install
cp /boot/pxeboot /tftpdir/
.Ed