glfs/postlfs/config/netfs.xml
Archaic 5cd0959daa Resetting keywords
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:25:57 +00:00

30 lines
1.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="postlfs-config-netfs" xreflabel="netfs">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="netfs.html"?>
<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 the
<filename>mountfs</filename> init script. The tools needed to mount
these systems may not be available on the root partition and the
network file systems need to be mounted after the networking is activated.
These file systems also 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>