Tagged config.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4171 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-12 20:04:30 +00:00
parent 53819cbb98
commit 254bd5c804

View File

@ -6,47 +6,48 @@
]>
<chapter id="postlfs-config" xreflabel="After LFS Configuration Issues">
<?dbhtml filename="config.html"?>
<title>After <acronym>LFS</acronym> Configuration Issues</title>
<?dbhtml filename="config.html"?>
<para>The intention of <acronym>LFS</acronym> is to provide a basic system
which you can build upon. There are several things, about tidying up the
system, which many people wonder about once they have done the base install.
We hope to cover these issues in this chapter.</para>
<title>After LFS Configuration Issues</title>
<para>Most people coming from non-Unix like backgrounds to Linux find the
concept of text-only configuration files slightly strange. In Linux,
just about all configuration is done via text files. The majority of
these files can be found in the <filename>/etc</filename> hierarchy.
There are often graphical configuration programs available for different
subsystems but most are simply pretty front ends to the process
of editing the file. The advantage of text-only configuration is that
you can edit parameters using your favorite text editor, whether that
be <command>vim</command>, <command>emacs</command>, or anything else.</para>
<para>The intention of LFS is to provide a basic system which you can
build upon. There are several things, about tidying up the system, which
many people wonder about once they have done the base install.
We hope to cover these issues in this chapter.</para>
<para>The first task is making a recovery diskette because it's the most
critical need. Then the system is configured to ease addition of
new users, in <xref linkend="postlfs-config-bootdisk"/>, because this
can affect the choices you make in the two subsequent topics&mdash;<xref
linkend="postlfs-config-profile"/> and <xref linkend="postlfs-config-vimrc"/>.</para>
<para>Most people coming from non-Unix like backgrounds to Linux find the
concept of text-only configuration files slightly strange. In Linux, just
about all configuration is done via text files. The majority of these files
can be found in the <filename>/etc</filename> hierarchy. There are often
graphical configuration programs available for different subsystems but most
are simply pretty front ends to the process of editing the file. The advantage
of text-only configuration is that you can edit parameters using your favorite
text editor, whether that be <command>vim</command>,
<command>emacs</command>, or anything else.</para>
<para> The remaining topics, <xref linkend="postlfs-config-logon"/>,
<xref linkend="postlfs-config-shells"/>, <xref linkend="postlfs-config-random"/>,
<xref linkend="compressdoc"/>, <xref linkend="autofs"/>, and
<xref linkend="postlfs-config-netfs"/> are then addressed, in that order. They
don't have much interaction with the other topics in this chapter.</para>
<para>The first task is making a recovery diskette because it's the most
critical need. Then the system is configured to ease addition of
new users, in <xref linkend="postlfs-config-bootdisk"/>, because this
can affect the choices you make in the two subsequent topics&mdash;<xref
linkend="postlfs-config-profile"/> and <xref linkend="postlfs-config-vimrc"/>.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootdisk.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="skel.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inputrc.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="profile.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vimrc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="logon.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="etcshells.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="random.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="compressdoc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="autofs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netfs.xml"/>
<para> The remaining topics, <xref linkend="postlfs-config-logon"/>,
<xref linkend="postlfs-config-shells"/>, <xref linkend="postlfs-config-random"/>,
<xref linkend="compressdoc"/>, <xref linkend="autofs"/>, and
<xref linkend="postlfs-config-netfs"/> are then addressed, in that order. They
don't have much interaction with the other topics in this chapter.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootdisk.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="skel.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inputrc.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="profile.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vimrc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="logon.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="etcshells.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="random.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="compressdoc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="autofs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netfs.xml"/>
</chapter>