Remove brief mention of NFS installs, the next section covers it in detail.
Move indexterm to the next section. PR: 37824 Submitted by: Martin Heinen <martin@sumuk.de>
This commit is contained in:
parent
9a605db12c
commit
c037fec2dd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13084
1 changed files with 4 additions and 17 deletions
|
@ -1564,23 +1564,6 @@ Building everything..
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<indexterm><primary>NFS</primary></indexterm>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>Can I use one machine as a <emphasis/master/ to upgrade lots
|
||||
of machines (NFS)?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>This is a fairly easy task, and can save hours of compile
|
||||
time for many machines. Simply run the
|
||||
<makevar>buildworld</makevar> on a central
|
||||
machine, and then NFS mount <filename>/usr/src</filename> and
|
||||
<filename>/usr/obj</filename> on the remote machine and
|
||||
<makevar>installworld</makevar> there.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>How can I speed up making the world?</para>
|
||||
|
@ -1723,6 +1706,10 @@ Building everything..
|
|||
</authorgroup>
|
||||
</sect1info>
|
||||
<title>Tracking for multiple machines</title>
|
||||
<indexterm>
|
||||
<primary>NFS</primary>
|
||||
<secondary>installing multiple machines</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>If you have multiple machines that you want to track the
|
||||
same source tree, then having all of them download sources and
|
||||
|
|
Loading…
Reference in a new issue