source: chapter07/introduction.xml@ 19d6aec

6.1 6.1.1
Last change on this file since 19d6aec was 19d6aec, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

PDF fixes in chapter07

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

  • Property mode set to 100644
File size: 1.2 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 <ulink
18url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"><phrase
19condition="pdf">http://www.linuxfromscratch.org/hints/
20downloads/files/bsd-init.txt</phrase></ulink>.
21Searching the LFS mailing lists for <quote>depinit</quote> will also offer
22additional choices.</para>
23
24<para>If using an alternate style of init scripts, skip this chapter
25and move on to <xref linkend="chapter-bootable"/>.</para>
26
27</sect1>
28
Note: See TracBrowser for help on using the repository browser.