2004-06-10 12:31:35 +08:00
|
|
|
<?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;
|
|
|
|
]>
|
|
|
|
|
2003-12-18 08:52:57 +08:00
|
|
|
<sect1 id="postlfs-config-netfs" xreflabel="netfs">
|
2004-05-07 04:30:53 +08:00
|
|
|
<?dbhtml filename="netfs.html"?>
|
2003-12-18 08:52:57 +08:00
|
|
|
<title>Configuring for Network Filesystems</title>
|
|
|
|
|
2004-03-22 15:42:22 +08:00
|
|
|
<para>While <acronym>LFS</acronym> is capable of mounting network file
|
2004-06-05 07:51:46 +08:00
|
|
|
systems such as <acronym>NFS</acronym>, these are not mounted by the
|
2004-05-30 13:30:47 +08:00
|
|
|
<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>
|
2004-03-22 15:42:22 +08:00
|
|
|
|
|
|
|
<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>
|
2003-12-18 08:52:57 +08:00
|
|
|
|
|
|
|
</sect1>
|