mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1908 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
926 B
XML
19 lines
926 B
XML
<sect1 id="postlfs-config-netfs" xreflabel="netfs">
|
|
<?dbhtml filename="netfs.html" dir="postlfs"?>
|
|
<title>Configuring for Network Filesystems</title>
|
|
|
|
<para>While <acronym>LFS</acronym> is capable of mounting network file
|
|
systems such as <acronym>NFS</acronym> these are not mounted by
|
|
<filename>mountfs</filename> init script since the tools needed to mount
|
|
these systems may not be available on the root partition and also since
|
|
network file systems need to be mounted after the networking is on and
|
|
need to be unmounted before the network goes down.</para>
|
|
|
|
<para>Install the <filename>/etc/rc.d/init.d/netfs</filename>
|
|
network mount script included with the
|
|
<xref linkend="intro-important-bootscripts"/> package.</para>
|
|
|
|
<screen><userinput><command>make install-netfs</command></userinput></screen>
|
|
|
|
</sect1>
|