mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
b06ca361a4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="ch-scripts-introduction">
|
|
<?dbhtml filename="introduction.html"?>
|
|
|
|
<title>Introduction</title>
|
|
|
|
<para>This chapter details how to install and configure the LFS-Bootscripts
|
|
package. 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 init setup
|
|
is available at <ulink
|
|
url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"/>.
|
|
Searching the LFS mailing lists for <quote>depinit</quote> will also offer
|
|
additional choices.</para>
|
|
|
|
<para>If using an alternative style of init scripts, skip this chapter
|
|
and move on to <xref linkend="chapter-bootable"/>.</para>
|
|
|
|
</sect1>
|