introduction.sgml 428 B

12345678910111213
  1. <sect1 id="ch07-introduction">
  2. <title>Introduction</title>
  3. <para>
  4. This chapter will create the necessary scripts that are run at boottime.
  5. These scripts perform tasks such as remounting the root file system
  6. mounted read-only by the kernel into read-write mode, activiating the swap
  7. partition(s), running a check on the root file system to make sure it's
  8. intact and starting the daemons that the system uses.
  9. </para>
  10. </sect1>