bootscripts.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <sect1 id="ch06-bootscripts">
  2. <title>Installing LFS-Bootscripts-&bootscripts-version;</title>
  3. <?dbhtml filename="bootscripts.html" dir="chapter06"?>
  4. <screen>Estimated build time: &bootscripts-time;
  5. Estimated required disk space: &bootscripts-compsize;</screen>
  6. &aa-bootscripts-shortdesc;
  7. &aa-bootscripts-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of LFS-Bootscripts</title>
  11. <para>We will be using SysV style init scripts. We have chosen this style
  12. because it is widely used and we feel comfortable with it. If you would prefer
  13. to try something else, Marc Heerdink has written a hint about BSD style init
  14. scripts, to be found at <ulink url="&hints-root;bsd-init.txt"/>. And if you'd
  15. like something more radical, search the LFS mailing lists for depinit.</para>
  16. <para>If you decide to use BSD style, or some other style scripts, you can
  17. skip the next chapter when you arrive at it and move on to
  18. <xref linkend="chapter08"/>.</para>
  19. <para>Install the boot scripts:</para>
  20. <screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen>
  21. <para>Give <emphasis>root</emphasis> ownership of the scripts:</para>
  22. <screen><userinput>chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen>
  23. </sect2>
  24. </sect1>