aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bootscripts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/bootscripts.xml')
-rw-r--r--chapter06/bootscripts.xml26
1 files changed, 25 insertions, 1 deletions
diff --git a/chapter06/bootscripts.xml b/chapter06/bootscripts.xml
index 94a44f52f..6c3a21963 100644
--- a/chapter06/bootscripts.xml
+++ b/chapter06/bootscripts.xml
@@ -7,7 +7,31 @@ Estimated required disk space: &bootscripts-compsize;</screen>
&aa-bootscripts-shortdesc;
&aa-bootscripts-dep;
-&c6-bootscripts-inst;
+
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
+<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 would prefer
+to try something else, Marc Heerdink has written a hint about BSD style init
+scripts, to be found at <ulink url="&hints-root;bsd-init.txt"/>. And if you'd
+like something more radical, search the LFS mailing lists for depinit.</para>
+
+<para>If you decide to use BSD style, or some other style scripts, you can
+skip the next chapter when you arrive at it and move on to
+<xref linkend="chapter08"/>.</para>
+
+<para>Install the boot scripts:</para>
+
+<screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen>
+
+<para>Give <emphasis>root</emphasis> ownership of the scripts:</para>
+
+<screen><userinput>chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen>
+
+</sect2>
</sect1>