introduction.xml 1.1 KB

123456789101112131415161718192021222324252627
  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. <para>This chapter details how to install and configure the LFS-Bootscripts
  10. package. Most of these scripts will work without modification, but a few require
  11. additional configuration files because they deal with hardware-dependent
  12. information.</para>
  13. <para>System-V style init scripts are employed in this book because they are
  14. widely used. For additional options, a hint detailing the BSD style
  15. init setup is available at
  16. <ulink
  17. url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"/>.
  18. Searching the LFS mailing lists for <quote>depinit</quote> will also offer
  19. additional choices.</para>
  20. <para>If using an alternate style of init scripts, skip this chapter
  21. and move on to <xref linkend="chapter-bootable"/>.</para>
  22. </sect1>