source: chapter07/introduction.xml@ dc6acb5

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

In DocBook-NG the replacement for <ulink> is a new definition of <link>.

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

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xml:id="ch-scripts-introduction">
9<title>Introduction</title>
10<?dbhtml filename="introduction.html"?>
11
12<para>In this chapter we will install the bootscripts and set them up
13properly. Most of these scripts will work without needing to modify them, but
14a few require additional configuration files, since they deal with hardware
15dependent information.</para>
16
17<para>We have chosen to use System-V style init scripts simply because they
18are widely used and we feel comfortable with them. If you would prefer to try
19something else: Marc Heerdink has written a hint about BSD style init scripts,
20to be found at <link xlink:href="&hints-root;bsd-init.txt"/>. And if you'd like
21something more radical, search the LFS mailing lists for <quote>depinit</quote>.
22</para>
23
24<para>If you decide to use some other style of init scripts, you can skip this
25chapter and move on to <xref linkend="chapter-bootable"/>.</para>
26
27</section>
Note: See TracBrowser for help on using the repository browser.