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

(-)b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml (-18 / +14 lines)
Lines 3892-3898 ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="laggproto failover Link Here
3892
	    <acronym>NFS</acronym> by adding the following to
3892
	    <acronym>NFS</acronym> by adding the following to
3893
	    <filename>/etc/exports</filename>:</para>
3893
	    <filename>/etc/exports</filename>:</para>
3894
3894
3895
	  <programlisting>/b -ro -alldirs</programlisting>
3895
	  <programlisting>/b -ro -alldirs -maproot=root</programlisting>
3896
	</step>
3896
	</step>
3897
3897
3898
	<step>
3898
	<step>
Lines 3931-3952 ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="laggproto failover Link Here
3931
	</step>
3931
	</step>
3932
3932
3933
	<step>
3933
	<step>
3934
	  <para>Rebuild the &os; kernel and userland (refer to <xref
3934
	  <para>Install the base system into
3935
	      linkend="makeworld"/> for more detailed
3935
	    <filename>${NFSROOTDIR}</filename>, either by decompressing the
3936
	    instructions):</para>
3936
	    official archives or by rebuilding the &os; kernel and userland
3937
3937
	    (refer to <xref linkend="makeworld"/> for more detailed
3938
	  <screen>&prompt.root; <userinput>cd /usr/src</userinput>
3938
	    instructions, but do not forget to add
3939
&prompt.root; <userinput>make buildworld</userinput>
3939
	    <option>DESTDIR=<replaceable>${NFSROOTDOR}</replaceable></option>
3940
&prompt.root; <userinput>make buildkernel</userinput></screen>
3940
	    to <command>make</command> install commands).</para>
3941
	</step>
3942
3943
	<step>
3944
	  <para>Install &os; into the directory mounted over
3945
	    <acronym>NFS</acronym>:</para>
3946
3947
	  <screen>&prompt.root; <userinput>make installworld DESTDIR=${NFSROOTDIR}</userinput>
3948
&prompt.root; <userinput>make installkernel DESTDIR=${NFSROOTDIR}</userinput>
3949
&prompt.root; <userinput>make distribution DESTDIR=${NFSROOTDIR}</userinput></screen>
3950
	</step>
3941
	</step>
3951
3942
3952
	<step>
3943
	<step>
Lines 4020-4026 Received 264951 bytes in 0.1 seconds</screen> Link Here
4020
	<filename>/etc</filename> and <filename>/var</filename> will
4011
	<filename>/etc</filename> and <filename>/var</filename> will
4021
	be created and mounted and the contents of the
4012
	be created and mounted and the contents of the
4022
	<filename>cpio.gz</filename> files will be copied into
4013
	<filename>cpio.gz</filename> files will be copied into
4023
	them.</para>
4014
	them. By default, these file systems have a maximum capacity of
4015
	5 megabytes. If your archives do not fit, which is usually the case for
4016
	<filename>/var</filename> when binary packages have been installed,
4017
	request a larger size by putting the number in
4018
	<filename>${NFSROOTDIR}/conf/base/etc/md_size</filename> and/or
4019
	<filename>${NFSROOTDIR}/conf/base/var/md_size</filename></para>
4024
    </sect2>
4020
    </sect2>
4025
4021
4026
    <sect2 xml:id="network-pxe-setting-up-dhcp">
4022
    <sect2 xml:id="network-pxe-setting-up-dhcp">

Return to bug 213175