introduction.xml 1.0 KB

12345678910111213141516171819202122232425
  1. <sect1 id="ch07-introduction">
  2. <title>Introduction</title>
  3. <?dbhtml filename="introduction.html" dir="chapter07"?>
  4. <para>This chapter will create the necessary scripts that are run at boot time.
  5. These scripts perform tasks such as remounting the root file system
  6. mounted read-only by the kernel into read-write mode, activating the swap
  7. partition(s), running a check on the root file system to make sure it's
  8. intact, setting up networking and starting the daemons that the
  9. system uses.</para>
  10. <para>We will be using SysV style init scripts. We have chosen this style
  11. because it is widely used and we feel comfortable with it. If you want to
  12. try something else, someone has written an LFS-Hint on BSD style init scripts
  13. at <ulink
  14. url="&hints-root;bsd-init.txt">&hints-root;bsd-init.txt</ulink>
  15. .</para>
  16. <para>If you decided to copy&amp;paste the scripts from this chapter, you
  17. would do best to copy&amp;paste them in small chunks, one screenfull at a
  18. time. Some scripts are too large to fit in the copy buffer and will be
  19. truncated when you paste it.</para>
  20. </sect1>