Add missing make installworld && make installkernel commands to populate

a diskless installation.

PR:		docs/148405
Submitted by:	Miroslav Prymek <prymek-phl5koa3@gosw.cz>
This commit is contained in:
Marc Fonvieille 2010-08-21 12:34:10 +00:00
parent 514d4f07ce
commit 0fc89a9df7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36292

View file

@ -4115,6 +4115,7 @@ options BOOTP_NFSROOT # NFS mount root file system using BOOTP info
export DESTDIR=/data/misc/diskless
mkdir -p ${DESTDIR}
cd /usr/src; make buildworld &amp;&amp; make buildkernel
make installworld &amp;&amp; make installkernel
cd /usr/src/etc; make distribution</programlisting>
<para>Once done, you may need to customize your