mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
6370fa6cff
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@14 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
14 lines
428 B
Plaintext
14 lines
428 B
Plaintext
<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>
|
|
|