lfs/chapter06/bootscripts-inst.xml
Timothy Bauscher c78044ef8d Bootscripts conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2377 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-01-17 04:02:47 +00:00

25 lines
868 B
XML

<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, which may be found at
<ulink url="&hints-root;bsd-init.txt"/>.</para>
<para>If you decide to use BSD style, or some other style scripts, you can
skip Chapter 7 when you arrive at it and move on to Chapter 8.</para>
<para>Install the boot scripts:</para>
<para><screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen></para>
<para>Give <emphasis>root</emphasis> ownership of the scripts:</para>
<para><screen><userinput>chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen></para>
</sect2>