Index: en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
+++ en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
@@ -3898,7 +3898,7 @@
NFS by adding the following to
/etc/exports:
- /b -ro -alldirs
+ /b -ro -alldirs -maproot=root
@@ -3937,22 +3937,13 @@
- Rebuild the &os; kernel and userland (refer to for more detailed
- instructions):
-
- &prompt.root; cd /usr/src
-&prompt.root; make buildworld
-&prompt.root; make buildkernel
-
-
-
- Install &os; into the directory mounted over
- NFS:
-
- &prompt.root; make installworld DESTDIR=${NFSROOTDIR}
-&prompt.root; make installkernel DESTDIR=${NFSROOTDIR}
-&prompt.root; make distribution DESTDIR=${NFSROOTDIR}
+ Install the base system into
+ ${NFSROOTDIR}, either by decompressing the
+ official archives or by rebuilding the &os; kernel and userland
+ (refer to for more detailed
+ instructions, but do not forget to add
+
+ to make install commands).
@@ -4026,7 +4017,13 @@
/etc and /var will
be created and mounted and the contents of the
cpio.gz files will be copied into
- them.
+ them. By default, these file systems have a maximum capacity of
+ 5 megabytes. If your archives do not fit, which is usually the case for
+ /var when binary packages have been installed,
+ request a larger size by putting the number , in 512 bytes sectors, in
+ ${NFSROOTDIR}/conf/base/etc/md_size and
+ ${NFSROOTDIR}/conf/base/var/md_size files for
+ /etc and /var file systems respectively.