LDP/LDP/guide/docbook/PLD-Guide/admin-manual/sysconfig.xml

122 lines
3.2 KiB
XML
Raw Normal View History

<chapter>
<title>System configuration</title>
<section>
<title>Kernel modules</title>
<para>
Kernel modules configuration is stored in <filename>/etc/modules.conf</filename>.
Some common examples:</para>
<para>
Use kernel module <literal>3c509</literal> (3Com 509/509b adapter) to handle first ethernet
device (eth0):
<programlisting>alias eth0 3c509</programlisting>
Use kernel module <literal>aic7xxx</literal> to handle SCSI hostadapter:
<programlisting>alias scsi_hostadapter aic7xxx</programlisting>
</para>
<para>
See <citerefentry><refentrytitle>modules.conf</refentrytitle></citerefentry>for details.
</para>
</section>
<section>
<title>Disks</title>
<para>
</para>
<literallayout>
disks
removable media: CD, diskettes etc
user access
automounter
</literallayout>
</section>
<section>
<title>Basic system configuration: <filename>/etc/sysconfig</filename></title>
<section>
<title>Intro</title>
<para>
Directory <filename>/etc/sysconfig</filename> contains several files
that are used by rc-scripts (system startup scripts located in
/etc/rc.d). Those files defines basic properties of the system.
</para>
</section>
<section>
<title>console</title>
<para>
File <filename>/etc/sysconfig/console</filename>
contains basic console settings.
</para>
<para>
After modyfying config file, issue
<programlisting>/etc/rc.d/init.d/console restart</programlisting>
if you want the changes to take effect.
</para>
</section>
<section>
<title>mouse</title>
<para>
File <filename>/etc/sysconfig/mouse</filename> contains
mouse settings for service gpm (General Purpose Mouse).
This service provides mouse support for console based
applications and may be also used by X Window Server.
<!-- (see <xref linkend="x-repeater"/>) -->
</para>
<para>
After modyfying config file, issue
<programlisting>/etc/rc.d/init.d/gpm restart</programlisting>
if you want the changes to take effect.
</para>
</section>
<section>
<title>clock</title>
<para>
File <filename>/etc/sysconfig/clock</filename> contains
clock settings.
Its content is used by /etc/rc.d/rc.sysinit script
at very early stage of system bootup.
</para>
</section>
<section>
<title>system</title>
<para>
Its content is used by rc-scripts at very early stage of system bootup.
</para>
</section>
</section>
<section>
<title>Runlevels and /etc/inittab</title>
<para>
</para>
</section>
<section>
<title>Printing</title>
<para></para>
</section>
<section>
<title>X Window</title>
<para>
</para>
</section>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: xml
sgml-omittag:nil
sgml-shorttag:nil
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-default-dtd-file:"../dbxbook4.1.2.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
sgml-declaration:nil
sgml-validate-command:"rxp -sxV %s %s"
sgml-parent-document:("PLD-Guide.xml" "book" "section")
End:
-->