2002-01-15 21:59:35 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of LFS-Bootscripts</title>
|
|
|
|
|
2002-03-11 04:09:18 +00:00
|
|
|
<para>We will be using SysV style init scripts. We have chosen this style
|
2002-06-06 05:26:10 +01:00
|
|
|
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>
|
2002-03-11 04:09:18 +00:00
|
|
|
|
|
|
|
<para>If you decide to use BSD style, or some other style scripts, you can
|
2002-04-21 14:01:52 +01:00
|
|
|
skip chapter 7 when you arrive at it and move on to chapter 8.</para>
|
2002-03-11 04:09:18 +00:00
|
|
|
|
2002-01-15 21:59:35 +00:00
|
|
|
<para>Install LFS-Bootscripts by running the following command:</para>
|
|
|
|
|
2002-03-05 20:31:28 +00:00
|
|
|
<para><screen><userinput>cp -a rc.d sysconfig /etc &&
|
2002-05-18 00:04:26 +01:00
|
|
|
chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen></para>
|
2002-01-15 21:59:35 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|