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:
parent
e45068e3c9
commit
6715cec08f
@ -26,7 +26,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd March 6, 2018
|
.Dd September 10, 2018
|
||||||
.Dt DISKLESS 8
|
.Dt DISKLESS 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -124,7 +124,7 @@ the
|
|||||||
.Nm
|
.Nm
|
||||||
machine, which may not be what you want to have happen.
|
machine, which may not be what you want to have happen.
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
cd /usr/src/stand/i386
|
cd /usr/src/stand
|
||||||
make clean; make; make install
|
make clean; make; make install
|
||||||
cp /boot/pxeboot /tftpdir/
|
cp /boot/pxeboot /tftpdir/
|
||||||
.Ed
|
.Ed
|
||||||
|
Loading…
Reference in New Issue
Block a user