Tagging 1.99.1
[linux_from_scratch.git] / BOOK / chapter06 / bootscripts.xml
blobbb2a511abcd7f4ef451a4da2d274edba30089624
1 <sect1 id="ch-system-lfs-bootscripts" xreflabel="Bootscripts">
2 <title>Installing LFS-Bootscripts-&bootscripts-version;</title>
3 <?dbhtml filename="bootscripts.html" dir="chapter06"?>
5 <para>The LFS-Bootscripts package contains a set of bootscripts.</para>
7 <screen>&buildtime; &bootscripts-time;
8 &diskspace; &bootscripts-compsize;</screen>
10 &aa-bootscripts-down;
11 &aa-bootscripts-dep;
13 <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
15 <sect2>
16 <title>Installation of LFS-Bootscripts</title>
18 <para>We will be using SysV style init scripts. We have chosen this style
19 because it is widely used and we feel comfortable with it. If you would prefer
20 to try something else, Marc Heerdink has written a hint about BSD style init
21 scripts, to be found at <ulink url="&hints-root;bsd-init.txt"/>. And if you'd
22 like something more radical, search the LFS mailing lists for depinit.</para>
24 <para>If you decide to use BSD style, or some other style scripts, you can
25 skip the next chapter when you arrive at it and move on to
26 <xref linkend="chapter08"/>.</para>
28 <para>Install the boot scripts:</para>
30 <screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen>
32 <para>Give <emphasis>root</emphasis> ownership of the scripts:</para>
34 <screen><userinput>chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen>
36 </sect2>
38 &aa-bootscripts-shortdesc;
39 &aa-bootscripts-desc;
41 </sect1>