introduction.xml 1.1 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-scripts-introduction">
  8. <?dbhtml filename="introduction.html"?>
  9. <title>Introduction</title>
  10. <para>This chapter details how to install and configure the LFS-Bootscripts
  11. package. Most of these scripts will work without modification, but a few require
  12. additional configuration files because they deal with hardware-dependent
  13. information.</para>
  14. <para>System-V style init scripts are employed in this book because they are
  15. widely used. For additional options, a hint detailing the BSD style init setup
  16. is available at <ulink url="&hints-root;bsd-init.txt"/>.
  17. Searching the LFS mailing lists for <quote>depinit</quote> will also offer
  18. additional choices.</para>
  19. <para>If using an alternative style of init scripts, skip this chapter
  20. and move on to <xref linkend="chapter-bootable"/>.</para>
  21. </sect1>