aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bootscripts-inst.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-01 22:31:50 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-01 22:31:50 +0000
commit73aedd1d35747ff2fad4ddf514dca810721a612a (patch)
treed05f8b503f210d7248c2b2abea9e5528fc04d90a /chapter06/bootscripts-inst.xml
parent0b400add2ba87352e955326bcb931e53864cc2ae (diff)
Merging caption and installation sections for all packages in chapters 5 and 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bootscripts-inst.xml')
-rw-r--r--chapter06/bootscripts-inst.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml
deleted file mode 100644
index ef1e60968..000000000
--- a/chapter06/bootscripts-inst.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<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>
-