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
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[c2133bc]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[673b0d8]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
[5ba3d1d]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>
[673b0d8]14
[5ba3d1d]15<para>System-V style init scripts are employed in this book because they are
[38bb44a]16widely used. For additional options, a hint detailing the BSD style
17init setup is available at
[5ba3d1d]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>
[673b0d8]22
[5ba3d1d]23<para>If using an alternate style of init scripts, skip this chapter
[69993f4]24and move on to <xref linkend="chapter-bootable"/>.</para>
[673b0d8]25
26</sect1>
[5ba3d1d]27
Note: See TracBrowser for help on using the repository browser.