bootscripts-inst.xml 945 B

123456789101112131415161718192021222324
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <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 would prefer
  6. to try something else, Marc Heerdink has written a hint about BSD style init
  7. scripts, to be found at <ulink url="&hints-root;bsd-init.txt"/>. And if you'd
  8. like something more radical, search the LFS mailing lists for depinit.</para>
  9. <para>If you decide to use BSD style, or some other style scripts, you can
  10. skip Chapter 7 when you arrive at it and move on to Chapter 8.</para>
  11. <para>Install the boot scripts:</para>
  12. <para><screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen></para>
  13. <para>Give <emphasis>root</emphasis> ownership of the scripts:</para>
  14. <para><screen><userinput>chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen></para>
  15. </sect2>