diff options
Diffstat (limited to 'chapter06/bootscripts-inst.xml')
-rw-r--r-- | chapter06/bootscripts-inst.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml index d0bef6d87..56db4a0bf 100644 --- a/chapter06/bootscripts-inst.xml +++ b/chapter06/bootscripts-inst.xml @@ -1,6 +1,15 @@ <sect2> <title>Installation of LFS-Bootscripts</title> +<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 +try something else, someone has written an LFS-Hint on BSD style init +scripts at <ulink +url="&hints-root;bsd-init.txt">&hints-root;bsd-init.txt</ulink>.</para> + +<para>If you decide to use BSD style, or some other style scripts, you can +skip chapter 7 when you arive at it and move on to chapter 8.</para> + <para>Install LFS-Bootscripts by running the following command:</para> <para><screen><userinput>cp -a rc.d sysconfig /etc && |