2004-05-03 11:59:46 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-01-30 18:06:48 +00:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-05-03 11:59:46 +01:00
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
<sect1 id="ch-scripts-introduction">
|
|
|
|
<title>Introduction</title>
|
|
|
|
<?dbhtml filename="introduction.html"?>
|
|
|
|
|
2005-02-19 22:16:42 +00:00
|
|
|
<para>This chapter details how to install the bootscripts and set them up
|
|
|
|
properly. Most of these scripts will work without modification, but a
|
|
|
|
few require additional configuration files because they deal with
|
|
|
|
hardware-dependent information.</para>
|
|
|
|
|
|
|
|
<para>System-V style init scripts are employed in this book because they are
|
|
|
|
widely used. For additional options, a hint detailing the BSD style
|
2005-04-12 21:06:05 +01:00
|
|
|
init setup is available at <ulink
|
|
|
|
url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"><phrase
|
|
|
|
condition="pdf">http://www.linuxfromscratch.org/hints/
|
|
|
|
downloads/files/bsd-init.txt</phrase></ulink>.
|
2005-02-19 22:16:42 +00:00
|
|
|
Searching the LFS mailing lists for <quote>depinit</quote> will also offer
|
|
|
|
additional choices.</para>
|
|
|
|
|
|
|
|
<para>If using an alternate style of init scripts, skip this chapter
|
|
|
|
and move on to <xref linkend="chapter-bootable"/>.</para>
|
2004-05-03 11:59:46 +01:00
|
|
|
|
|
|
|
</sect1>
|
2005-02-19 22:16:42 +00:00
|
|
|
|