introduction.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-scripts-introduction">
  8. <?dbhtml filename="introduction.html"?>
  9. <title>Introduction</title>
  10. <para>This chapter discusses configuration files and boot scripts.
  11. First, the general configuration files needed to set up networking are
  12. presented.</para>
  13. <itemizedlist>
  14. <listitem>
  15. <para><xref linkend="ch-scripts-network" role="."/></para>
  16. </listitem>
  17. <listitem>
  18. <para><xref linkend="ch-scripts-hosts" role="."/></para>
  19. </listitem>
  20. </itemizedlist>
  21. <para>Second, issues that affect the proper setup of devices are
  22. discussed.</para>
  23. <itemizedlist>
  24. <listitem>
  25. <para><xref linkend="ch-scripts-udev" role="."/></para>
  26. </listitem>
  27. <listitem>
  28. <para><xref linkend="ch-scripts-symlinks" role="."/></para>
  29. </listitem>
  30. </itemizedlist>
  31. <para>Third, configuring the hostname, system clock, and keyboard layout.</para>
  32. <itemizedlist>
  33. <listitem>
  34. <para><xref linkend="ch-scripts-hostname" role="."/></para>
  35. </listitem>
  36. <listitem>
  37. <para><xref linkend="ch-scripts-clock" role="."/></para>
  38. </listitem>
  39. <listitem>
  40. <para><xref linkend="ch-scripts-console" role="."/></para>
  41. </listitem>
  42. </itemizedlist>
  43. <para>Finally, there is a brief introduction to the scripts and configuration
  44. files used when the user logs into the system.</para>
  45. <itemizedlist>
  46. <listitem>
  47. <para><xref linkend="ch-scripts-locale" role="."/></para>
  48. </listitem>
  49. <listitem>
  50. <para><xref linkend="ch-scripts-inputrc" role="."/></para>
  51. </listitem>
  52. </itemizedlist>
  53. </sect1>