diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
commit | b822811980a5f82726cb641cbeff66be9eb6d92a (patch) | |
tree | 27c4db3c62aaea065b053e43c39b2ba44c04a05f /chapter07/introduction.xml | |
parent | 46f5461af92bc70c62bbb92895032b930954d835 (diff) |
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/introduction.xml')
-rw-r--r-- | chapter07/introduction.xml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index 74b49b8f4..f1ccae996 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -1,21 +1,19 @@ <sect1 id="ch07-introduction"> <title>Introduction</title> -<para> -This chapter will create the necessary scripts that are run at boot time. +<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> +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 BSD style init scripts at <ulink -url="http://archive.linuxfromscratch.org/lfs-hints/bsd-init.txt"> -http://archive.linuxfromscratch.org/lfs-hints/bsd-init.txt</ulink>. -</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 BSD style init scripts +at <ulink +url="http://archive.linuxfromscratch.org/lfs-hints/bsd-init.txt">http://archive.linuxfromscratch.org/lfs-hints/bsd-init.txt</ulink> +.</para> </sect1> |