making up for cvs export not creating empy dirs
[linux_from_scratch.git] / BOOK / chapter06 / bootscripts-inst.xml
blob56db4a0bf7d40b0c79139e846a993e08a1d9a85a
1 <sect2>
2 <title>Installation of LFS-Bootscripts</title>
4 <para>We will be using SysV style init scripts. We have chosen this style
5 because it is widely used and we feel comfortable with it. If you want to
6 try something else, someone has written an LFS-Hint on BSD style init
7 scripts at <ulink
8 url="&hints-root;bsd-init.txt">&hints-root;bsd-init.txt</ulink>.</para>
10 <para>If you decide to use BSD style, or some other style scripts, you can
11 skip chapter 7 when you arive at it and move on to chapter 8.</para>
13 <para>Install LFS-Bootscripts by running the following command:</para>
15 <para><screen><userinput>cp -a rc.d sysconfig /etc &amp;&amp;
16 chown -R root.root /etc/rc.d /etc/sysconfig</userinput></screen></para>
18 </sect2>