source: chapter07/introduction.xml@ aabd480

6.1 6.1.1
Last change on this file since aabd480 was aabd480, checked in by Archaic <archaic@…>, 19 years ago

Brought all occurences of LFS-Bootscripts into conformity. (merged from trunk r6288)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6308 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 and configure the LFS-Bootscripts
11package. Most of these scripts will work without modification, but a few require
12additional configuration files because they deal with hardware-dependent
13information.</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.