2001-06-30 00:30:11 +01:00
|
|
|
<sect1 id="ch07-introduction">
|
2001-02-15 15:26:52 +00:00
|
|
|
<title>Introduction</title>
|
2001-09-26 01:35:10 +01:00
|
|
|
<?dbhtml filename="introduction.html" dir="chapter07"?>
|
2001-02-15 15:26:52 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>This chapter will create the necessary scripts that are run at boot time.
|
2001-06-30 00:30:11 +01:00
|
|
|
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
|
2001-07-22 20:45:10 +01:00
|
|
|
intact, setting up networking and starting the daemons that the
|
|
|
|
system uses.</para>
|
2001-06-30 00:30:11 +01:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<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 BSD style init scripts
|
|
|
|
at <ulink
|
2001-09-07 23:20:09 +01:00
|
|
|
url="&hints-root;bsd-init.txt">&hints-root;bsd-init.txt</ulink>
|
2001-07-22 20:45:10 +01:00
|
|
|
.</para>
|
2001-02-15 15:26:52 +00:00
|
|
|
|
2001-09-28 16:00:02 +01:00
|
|
|
<para>If you decided to copy&paste the scripts from this chapter, you
|
|
|
|
would do best to copy&paste them in small chunks, one screenfull at a
|
|
|
|
time. Some scripts are too large to fit in the copy buffer and will be
|
|
|
|
truncated when you paste it.</para>
|
|
|
|
|
2001-02-15 15:26:52 +00:00
|
|
|
</sect1>
|
|
|
|
|