mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
64d97b7c53
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@792 af4574ff-66df-0310-9fd7-8a98e5e911e0
31 lines
1.2 KiB
XML
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>
|
|
|