Date: Mon, 10 Sep 2018 15:16:33 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r338559 - head/share/man/man8 Message-ID: <201809101516.w8AFGXcV036116@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Mon Sep 10 15:16:33 2018 New Revision: 338559 URL: https://svnweb.freebsd.org/changeset/base/338559 Log: 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) Modified: head/share/man/man8/diskless.8 Modified: head/share/man/man8/diskless.8 ============================================================================== --- head/share/man/man8/diskless.8 Mon Sep 10 14:50:34 2018 (r338558) +++ head/share/man/man8/diskless.8 Mon Sep 10 15:16:33 2018 (r338559) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809101516.w8AFGXcV036116>