2004-06-10 12:31:35 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE chapter 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;
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<chapter id="postlfs-config">
|
2004-05-07 04:30:53 +08:00
|
|
|
<?dbhtml filename="config.html"?>
|
2003-09-21 22:07:57 +08:00
|
|
|
<title>After <acronym>LFS</acronym> Configuration Issues</title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-21 22:07:57 +08:00
|
|
|
<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.
|
2002-07-08 04:28:42 +08:00
|
|
|
We hope to cover these issues in this chapter.</para>
|
|
|
|
|
|
|
|
<para>Most people coming from a Windows background 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
|
2003-10-04 22:23:39 +08:00
|
|
|
subsystems but most are simply pretty front ends to the process
|
2002-07-08 04:28:42 +08:00
|
|
|
of editing the file. The advantage of text-only configuration is that
|
2003-04-02 03:52:38 +08:00
|
|
|
you can edit parameters using your favorite text editor, whether that
|
2002-07-08 04:28:42 +08:00
|
|
|
be vim, emacs or anything else.</para>
|
|
|
|
|
2003-08-22 23:37:27 +08:00
|
|
|
<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 "Configuring for Adding Users", because this
|
2004-09-03 22:47:38 +08:00
|
|
|
can affect the choices you make in the two subsequent topics -
|
|
|
|
"The Bash Shell Startup Files" and
|
2003-08-22 23:37:27 +08:00
|
|
|
"/etc/vimrc, ~/.vimrc".
|
|
|
|
</para>
|
|
|
|
|
2004-04-05 20:10:15 +08:00
|
|
|
<para> The remaining topics, "/etc/issue (Customizing your logon)", "/etc/shells",
|
2003-08-22 23:37:27 +08:00
|
|
|
"Random number generation", "Man page issues" and "Info page issues" are
|
|
|
|
then addressed, in that order. They don't have much interaction with the
|
|
|
|
other topics in this chapter.
|
|
|
|
</para>
|
|
|
|
|
2004-06-10 12:31:35 +08:00
|
|
|
<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"/>
|
2004-09-03 22:47:38 +08:00
|
|
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inputrc.xml"/> -->
|
2004-06-10 12:31:35 +08:00
|
|
|
<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"/>
|
2004-10-19 04:26:04 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="autofs.xml"/>
|
2004-06-10 12:31:35 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netfs.xml"/>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</chapter>
|