mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
e0f737f612
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
22 lines
768 B
XML
22 lines
768 B
XML
<sect1 id="ch07-introduction">
|
|
<title>Introduction</title>
|
|
|
|
<para>
|
|
This chapter will create the necessary scripts that are run at boot time.
|
|
These scripts perform tasks such as remounting the root file system
|
|
mounted read-only by the kernel into read-write mode, activating the swap
|
|
partition(s), running a check on the root file system to make sure it's
|
|
intact, setting up networking and starting the daemons that the system uses.
|
|
</para>
|
|
|
|
<para>
|
|
We will be using SysV style init scripts. We have chosen this style because it
|
|
is widely used and we feel confortable with it. If you want to try something
|
|
else, someone has written an LFS-Hint on <ulink
|
|
url="http://archive.linuxfromscratch.org/lfs-hints/BSD-Init.txt">BSD style init
|
|
scripts</ulink>.
|
|
</para>
|
|
|
|
</sect1>
|
|
|