diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 21:08:26 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 21:08:26 +0000 |
commit | d535079acaeaf18d6e51a117a07a8ebdc4e14560 (patch) | |
tree | acc6aad2523746313c8d8634b568244eeb578a55 /chapter07/introduction.xml | |
parent | 1740d4852d5740f53a5b68bc16c111119728740f (diff) |
removed c7-createdirs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/introduction.xml')
-rw-r--r-- | chapter07/introduction.xml | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index daa783cff..92fd0c18b 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -2,12 +2,10 @@ <title>Introduction</title> <?dbhtml filename="introduction.html" dir="chapter07"?> -<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>This chapter will setup the bootscripts that you installed in chapter +6. Most of these scripts will work without needing to modify them, but a +few do require additional configuration files setup as they deal with +hardware dependant information.</para> <para>We will be using SysV style init scripts. We have chosen this style because it is widely used and we feel comfortable with it. If you want to @@ -16,10 +14,5 @@ at <ulink url="&hints-root;bsd-init.txt">&hints-root;bsd-init.txt</ulink> .</para> -<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> - </sect1> |