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:
parent
514d4f07ce
commit
0fc89a9df7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36292
1 changed files with 1 additions and 0 deletions
|
@ -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 && make buildkernel
|
||||
make installworld && make installkernel
|
||||
cd /usr/src/etc; make distribution</programlisting>
|
||||
|
||||
<para>Once done, you may need to customize your
|
||||
|
|
Loading…
Reference in a new issue