source: chapter07/introduction.xml@ ce5ebe1

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since ce5ebe1 was ce5ebe1, checked in by Matthew Burgess <matthew@…>, 11 years ago

Remove trailing whitespace from all files.

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

  • Property mode set to 100644
File size: 2.8 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">
9 <?dbhtml filename="introduction.html"?>
10
11 <title>Introduction</title>
12
13 <para>This chapter discusses configuration files and boot scripts.
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-hosts" role="."/></para>
23 </listitem>
24 </itemizedlist>
25
26 <para>Second, issues that affect the proper setup of devices diescussed.</para>
27
28 <itemizedlist>
29 <listitem>
30 <para><xref linkend="ch-scripts-udev" role="."/></para>
31 </listitem>
32 <listitem>
33 <para><xref linkend="ch-scripts-symlinks" role="."/></para>
34 </listitem>
35 </itemizedlist>
36
37 <para>The next sections detail how to install and configure the LFS system
38 scripts needed during the boot process. Most of these scripts will work
39 without modification, but a few require additional configuration files
40 because they deal with hardware-dependent information.</para>
41
42 <para>System-V style init scripts are employed in this book because they are
43 widely used and relatively simple. For additional options, a hint detailing
44 the BSD style init setup is available at <ulink
45 url="&hints-root;bsd-init.txt"/>. Searching the LFS mailing lists for
46 <quote>depinit</quote>, <quote>upstart</quote>, or <quote>systemd</quote>
47 will also offer additional information.</para>
48
49 <para>If using an alternative style of init scripts, skip these sections.</para>
50
51 <itemizedlist>
52 <listitem>
53 <para><xref linkend="ch-scripts-bootscripts" role="."/></para>
54 </listitem>
55 <listitem>
56 <para><xref linkend="ch-scripts-usage" role="."/></para>
57 </listitem>
58 <listitem>
59 <para><xref linkend="ch-scripts-hostname" role="."/></para>
60 </listitem>
61 <listitem>
62 <para><xref linkend="ch-scripts-setclock" role="."/></para>
63 </listitem>
64 <listitem>
65 <para><xref linkend="ch-scripts-console" role="."/></para>
66 </listitem>
67 <listitem>
68 <para><xref linkend="ch-scripts-sysklogd" role="."/></para>
69 </listitem>
70 </itemizedlist>
71
72
73 <para>Finally, there is a brief introduction to the scripts and configuration
74 files used when the user logs into the system.</para>
75
76 <itemizedlist>
77 <listitem>
78 <para><xref linkend="ch-scripts-profile" role="."/></para>
79 </listitem>
80 <listitem>
81 <para><xref linkend="ch-scripts-inputrc" role="."/></para>
82 </listitem>
83 </itemizedlist>
84
85
86</sect1>
Note: See TracBrowser for help on using the repository browser.