introductiond.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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-config-introduction" revision="systemd">
  8. <?dbhtml filename="introduction.html"?>
  9. <title>Introduction</title>
  10. <para>This chapter discusses configuration files and systemd services.
  11. First, the general configuration files needed to set up networking are
  12. presented.</para>
  13. <itemizedlist>
  14. <listitem>
  15. <para><xref linkend="ch-config-network" role="."/></para>
  16. </listitem>
  17. <listitem>
  18. <para><xref linkend="ch-config-hostname" role="."/></para>
  19. </listitem>
  20. <listitem>
  21. <para><xref linkend="ch-config-hosts" role="."/></para>
  22. </listitem>
  23. </itemizedlist>
  24. <para>Second, issues that affect the proper setup of devices are
  25. discussed.</para>
  26. <itemizedlist>
  27. <listitem>
  28. <para><xref linkend="ch-config-udev" role="."/></para>
  29. </listitem>
  30. <listitem>
  31. <para><xref linkend="ch-config-symlinks" role="."/></para>
  32. </listitem>
  33. </itemizedlist>
  34. <para>Third, configuring the system clock and keyboard layout is shown.</para>
  35. <itemizedlist>
  36. <listitem>
  37. <para><xref linkend="ch-config-clock" role="."/></para>
  38. </listitem>
  39. <listitem>
  40. <para><xref linkend="ch-config-console" role="."/></para>
  41. </listitem>
  42. </itemizedlist>
  43. <para>Fourth, a brief introduction to the scripts and configuration
  44. files used when the user logs into the system is presented.</para>
  45. <itemizedlist>
  46. <listitem>
  47. <para><xref linkend="ch-config-locale" role="."/></para>
  48. </listitem>
  49. <listitem>
  50. <para><xref linkend="ch-config-inputrc" role="."/></para>
  51. </listitem>
  52. </itemizedlist>
  53. <para>And finally, configuring the behavior of systemd is discussed.</para>
  54. <itemizedlist>
  55. <listitem>
  56. <para><xref linkend="ch-config-systemd-custom" role="."/></para>
  57. </listitem>
  58. </itemizedlist>
  59. </sect1>