glfs/postlfs/config/config.xml
Larry Lawrence 64d97b7c53 update to sawfish-1.3, librep-0.16.2 and first round spell check
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@792 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-01 19:52:38 +00:00

31 lines
1.2 KiB
XML

<chapter id="postlfs-config">
<?dbhtml filename="config.html" dir="postlfs"?>
<title>After LFS Configuration Issues</title>
<para>The intention of LFS is to provide a basic system which you can
build upon. There are several things which many people wonder about to
do with tidying up their system once they have done the base install.
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
subsystems but these are mostly simply pretty frontends 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 vim, emacs or anything else.</para>
&postlfs-config-logon;
&postlfs-config-profile;
&postlfs-config-inputrc;
&postlfs-config-random;
&postlfs-config-vimrc;
&postlfs-config-bootdisk;
&postlfs-config-manpages;
&postlfs-config-skel;
</chapter>