View | Details | Raw Unified | Return to bug 37824
Collapse All | Expand All

(-)chapter.sgml (-17 / +4 lines)
Lines 1543-1565 Link Here
1543
	  </answer>
1543
	  </answer>
1544
	</qandaentry>
1544
	</qandaentry>
1545
1545
1546
	<indexterm><primary>NFS</primary></indexterm>
1547
	<qandaentry>
1548
	  <question>
1549
	    <para>Can I use one machine as a <emphasis/master/ to upgrade lots
1550
	      of machines (NFS)?</para>
1551
	  </question>
1552
1553
	  <answer>
1554
	    <para>This is a fairly easy task, and can save hours of compile
1555
              time for many machines.  Simply run the 
1556
	      <makevar>buildworld</makevar> on a central
1557
              machine, and then NFS mount <filename>/usr/src</filename> and
1558
	      <filename>/usr/obj</filename> on the remote machine and
1559
	      <makevar>installworld</makevar> there.</para>
1560
	  </answer>
1561
	</qandaentry>
1562
1563
	<qandaentry>
1546
	<qandaentry>
1564
	  <question>
1547
	  <question>
1565
	    <para>How can I speed up making the world?</para>
1548
	    <para>How can I speed up making the world?</para>
Lines 1702-1707 Link Here
1702
      </authorgroup>
1685
      </authorgroup>
1703
    </sect1info>
1686
    </sect1info>
1704
    <title>Tracking for multiple machines</title>
1687
    <title>Tracking for multiple machines</title>
1688
    <indexterm>
1689
      <primary>NFS</primary>
1690
      <secondary>installing multiple machines</secondary>
1691
    </indexterm>
1705
    
1692
    
1706
    <para>If you have multiple machines that you want to track the
1693
    <para>If you have multiple machines that you want to track the
1707
      same source tree, then having all of them download sources and
1694
      same source tree, then having all of them download sources and

Return to bug 37824