source: chapter07/introductiond.xml@ 1fa2099

multilib-10.1
Last change on this file since 1fa2099 was 1fa2099, checked in by Thomas Trepl <thomas@…>, 5 years ago

Initial creation of multilib branch

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

  • Property mode set to 100644
File size: 2.0 KB
Line 
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
8<sect1 id="ch-scripts-introduction" revision="systemd">
9 <?dbhtml filename="introduction.html"?>
10
11 <title>Introduction</title>
12
13 <para>This chapter discusses configuration files and systemd services.
14 First, the general configuration files needed to set up networking are
15 presented.</para>
16
17 <itemizedlist>
18 <listitem>
19 <para><xref linkend="ch-scripts-network" role="."/></para>
20 </listitem>
21 <listitem>
22 <para><xref linkend="ch-scripts-hostname" role="."/></para>
23 </listitem>
24 <listitem>
25 <para><xref linkend="ch-scripts-hosts" role="."/></para>
26 </listitem>
27 </itemizedlist>
28
29 <para>Second, issues that affect the proper setup of devices are
30 discussed.</para>
31
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
41 <para>Third, configuring the system clock and keyboard layout.</para>
42
43 <itemizedlist>
44 <listitem>
45 <para><xref linkend="ch-scripts-clock" role="."/></para>
46 </listitem>
47 <listitem>
48 <para><xref linkend="ch-scripts-console" role="."/></para>
49 </listitem>
50 </itemizedlist>
51
52
53 <para>Fourth, a brief introduction to the scripts and configuration
54 files used when the user logs into the system.</para>
55
56 <itemizedlist>
57 <listitem>
58 <para><xref linkend="ch-scripts-locale" role="."/></para>
59 </listitem>
60 <listitem>
61 <para><xref linkend="ch-scripts-inputrc" role="."/></para>
62 </listitem>
63 </itemizedlist>
64
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>
72
73</sect1>
Note: See TracBrowser for help on using the repository browser.