introduction.xml 763 B

12345678910111213141516171819
  1. <sect1 id="ch07-introduction">
  2. <title>Introduction</title>
  3. <para>This chapter will create the necessary scripts that are run at boot time.
  4. These scripts perform tasks such as remounting the root file system
  5. mounted read-only by the kernel into read-write mode, activating the swap
  6. partition(s), running a check on the root file system to make sure it's
  7. intact, setting up networking and starting the daemons that the
  8. system uses.</para>
  9. <para>We will be using SysV style init scripts. We have chosen this style
  10. because it is widely used and we feel confortable with it. If you want to
  11. try something else, someone has written an LFS-Hint on BSD style init scripts
  12. at <ulink
  13. url="&hints-root;bsd-init.txt">&hints-root;bsd-init.txt</ulink>
  14. .</para>
  15. </sect1>