source: chapter07/introduction.xml@ 6a0e6f3

Last change on this file since 6a0e6f3 was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 19 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

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

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xml:id="ch-scripts-introduction">
9<title>Introduction</title>
10<?dbhtml filename="introduction.html"?>
11
12<para>In this chapter we will install the bootscripts and set them up
13properly. Most of these scripts will work without needing to modify them, but
14a few require additional configuration files, since they deal with hardware
15dependent information.</para>
16
17<para>We have chosen to use System-V style init scripts simply because they
18are widely used and we feel comfortable with them. If you would prefer to try
19something else: Marc Heerdink has written a hint about BSD style init scripts,
20to be found at <uri xlink:href="&hints-root;bsd-init.txt"/>. And if you'd like
21something more radical, search the LFS mailing lists for <quote>depinit</quote>.
22</para>
23
24<para>If you decide to use some other style of init scripts, you can skip this
25chapter and move on to <xref linkend="chapter-bootable"/>.</para>
26
27</section>
Note: See TracBrowser for help on using the repository browser.