source: chapter07/introduction.xml@ ccf3782

7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since ccf3782 was 1dff4fef, checked in by Krejzi <krejzi@…>, 10 years ago

Add modified systemd customisation page from trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10609 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[d781ffb]7
[673b0d8]8<sect1 id="ch-scripts-introduction">
[d781ffb]9 <?dbhtml filename="introduction.html"?>
[673b0d8]10
[d781ffb]11 <title>Introduction</title>
[81fd230]12
[967d78e]13 <para>This chapter discusses configuration files and systemd services.
[ce5ebe1]14 First, the general configuration files needed to set up networking are
[0cda898]15 presented.</para>
[ce5ebe1]16
[0cda898]17 <itemizedlist>
18 <listitem>
19 <para><xref linkend="ch-scripts-network" role="."/></para>
20 </listitem>
[967d78e]21 <listitem>
22 <para><xref linkend="ch-scripts-hostname" role="."/></para>
23 </listitem>
[0cda898]24 <listitem>
25 <para><xref linkend="ch-scripts-hosts" role="."/></para>
26 </listitem>
27 </itemizedlist>
[ce5ebe1]28
[a9296cd]29 <para>Second, issues that affect the proper setup of devices are
30 discussed.</para>
[81fd230]31
[0cda898]32 <itemizedlist>
33 <listitem>
34 <para><xref linkend="ch-scripts-udev" role="."/></para>
35 </listitem>
36 <listitem>
37 <para><xref linkend="ch-scripts-symlinks" role="."/></para>
38 </listitem>
39 </itemizedlist>
40
[967d78e]41 <para>Third, configuring the system clock and keyboard layout.</para>
[0cda898]42
43 <itemizedlist>
[b1a51ac1]44 <listitem>
45 <para><xref linkend="ch-scripts-clock" role="."/></para>
46 </listitem>
[0cda898]47 <listitem>
48 <para><xref linkend="ch-scripts-console" role="."/></para>
49 </listitem>
50 </itemizedlist>
[ce5ebe1]51
52
[1dff4fef]53 <para>Fourth, a brief introduction to the scripts and configuration
[0cda898]54 files used when the user logs into the system.</para>
55
56 <itemizedlist>
57 <listitem>
[f3317d4]58 <para><xref linkend="ch-scripts-locale" role="."/></para>
[0cda898]59 </listitem>
60 <listitem>
61 <para><xref linkend="ch-scripts-inputrc" role="."/></para>
62 </listitem>
63 </itemizedlist>
[673b0d8]64
[1dff4fef]65 <para>And finally, configuring the systemd behavior.</para>
66
67 <itemizedlist>
68 <listitem>
69 <para><xref linkend="ch-scripts-systemd-custom" role="."/></para>
70 </listitem>
71 </itemizedlist>
[81fd230]72
[d781ffb]73</sect1>
Note: See TracBrowser for help on using the repository browser.