introduction.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 diescussed.</para>
  22. <itemizedlist>
  23. <listitem>
  24. <para><xref linkend="ch-scripts-udev" role="."/></para>
  25. </listitem>
  26. <listitem>
  27. <para><xref linkend="ch-scripts-symlinks" role="."/></para>
  28. </listitem>
  29. </itemizedlist>
  30. <para>Third, configuring hostname, keyboard layout and system clock.</para>
  31. <itemizedlist>
  32. <listitem>
  33. <para><xref linkend="ch-scripts-hostname" role="."/></para>
  34. </listitem>
  35. <listitem>
  36. <para><xref linkend="ch-scripts-setclock" role="."/></para>
  37. </listitem>
  38. <listitem>
  39. <para><xref linkend="ch-scripts-console" role="."/></para>
  40. </listitem>
  41. </itemizedlist>
  42. <para>Finally, there is a brief introduction to the scripts and configuration
  43. files used when the user logs into the system.</para>
  44. <itemizedlist>
  45. <listitem>
  46. <para><xref linkend="ch-scripts-locale" role="."/></para>
  47. </listitem>
  48. <listitem>
  49. <para><xref linkend="ch-scripts-inputrc" role="."/></para>
  50. </listitem>
  51. </itemizedlist>
  52. </sect1>