source: chapter07/introduction.xml@ 6c4092b0

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.4 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 6c4092b0 was 86ec58c, checked in by Matthew Burgess <matthew@…>, 11 years ago

Fix typo.

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

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