introduction.xml 698 B

123456789101112131415161718
  1. <sect1 id="ch07-introduction">
  2. <title>Introduction</title>
  3. <?dbhtml filename="introduction.html" dir="chapter07"?>
  4. <para>This chapter will setup the bootscripts that you installed in chapter
  5. 6. Most of these scripts will work without needing to modify them, but a
  6. few do require additional configuration files setup as they deal with
  7. hardware dependant information.</para>
  8. <para>We will be using SysV style init scripts. We have chosen this style
  9. because it is widely used and we feel comfortable with it. If you want to
  10. try something else, someone has written an LFS-Hint on BSD style init scripts
  11. at <ulink
  12. url="&hints-root;bsd-init.txt">&hints-root;bsd-init.txt</ulink>
  13. .</para>
  14. </sect1>