source: chapter07/introduction.xml@ 8d5ffbfd

Last change on this file since 8d5ffbfd was c2133bc, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Upgraded to DocBook 4.4 DTD

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4605 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 sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-scripts-introduction">
7<title>Introduction</title>
8<?dbhtml filename="introduction.html"?>
9
10<para>This chapter details how to install the bootscripts and set them up
11properly. Most of these scripts will work without modification, but a
12few require additional configuration files because they deal with
13hardware-dependent information.</para>
14
15<para>System-V style init scripts are employed in this book because they are
16widely used. For additional options, a hint detailing the BSD style
17init setup is available at
18<ulink
19url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"/>.
20Searching the LFS mailing lists for <quote>depinit</quote> will also offer
21additional choices.</para>
22
23<para>If using an alternate style of init scripts, skip this chapter
24and move on to <xref linkend="chapter-bootable"/>.</para>
25
26</sect1>
27
Note: See TracBrowser for help on using the repository browser.