blob: 50d709d54c6091ca8f3212aa2c107f2b54d44d75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<sect2><title> </title><para> </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 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>
|