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