source: chapter09/introductiond.xml@ 57c4c384

s6-init
Last change on this file since 57c4c384 was 9e7475a, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Updates to chapter09 for systemd

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

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[1118b17]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
[afcfd74]8<sect1 id="ch-config-introduction" revision="systemd">
[1118b17]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>
[afcfd74]19 <para><xref linkend="ch-config-network" role="."/></para>
[1118b17]20 </listitem>
21 <listitem>
[afcfd74]22 <para><xref linkend="ch-config-hostname" role="."/></para>
[1118b17]23 </listitem>
24 <listitem>
[afcfd74]25 <para><xref linkend="ch-config-hosts" role="."/></para>
[1118b17]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>
[afcfd74]34 <para><xref linkend="ch-config-udev" role="."/></para>
[1118b17]35 </listitem>
36 <listitem>
[afcfd74]37 <para><xref linkend="ch-config-symlinks" role="."/></para>
[1118b17]38 </listitem>
39 </itemizedlist>
40
[9e7475a]41 <para>Third, configuring the system clock and keyboard layout is shown.</para>
[1118b17]42
43 <itemizedlist>
44 <listitem>
[afcfd74]45 <para><xref linkend="ch-config-clock" role="."/></para>
[1118b17]46 </listitem>
47 <listitem>
[afcfd74]48 <para><xref linkend="ch-config-console" role="."/></para>
[1118b17]49 </listitem>
50 </itemizedlist>
51
52 <para>Fourth, a brief introduction to the scripts and configuration
[9e7475a]53 files used when the user logs into the system is presented.</para>
[1118b17]54
55 <itemizedlist>
56 <listitem>
[afcfd74]57 <para><xref linkend="ch-config-locale" role="."/></para>
[1118b17]58 </listitem>
59 <listitem>
[afcfd74]60 <para><xref linkend="ch-config-inputrc" role="."/></para>
[1118b17]61 </listitem>
62 </itemizedlist>
63
[9e7475a]64 <para>And finally, configuring the behavior of systemd is discussed.</para>
[1118b17]65
66 <itemizedlist>
67 <listitem>
[afcfd74]68 <para><xref linkend="ch-config-systemd-custom" role="."/></para>
[1118b17]69 </listitem>
70 </itemizedlist>
71
72</sect1>
Note: See TracBrowser for help on using the repository browser.