chapter07.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <chapter id="chapter-bootscripts" xreflabel="Chapter 7">
  2. <title>Setting up system boot scripts</title>
  3. <?dbhtml filename="chapter07.html" dir="chapter07"?>
  4. <sect1 id="ch-scripts-introduction">
  5. <title>Introduction</title>
  6. <?dbhtml filename="introduction.html" dir="chapter07"?>
  7. <para>In this chapter we will install the bootscripts and set them up
  8. properly. Most of these scripts will work without needing to modify them, but
  9. a few require additional configuration files, since they deal with hardware
  10. dependent information.</para>
  11. <para>We have chosen to use System-V style init scripts simply because they
  12. are widely used and we feel comfortable with them. If you would prefer to try
  13. something else: Marc Heerdink has written a hint about BSD style init scripts,
  14. to be found at <ulink url="&hints-root;bsd-init.txt"/>. And if you'd like
  15. something more radical, search the LFS mailing lists for "depinit".</para>
  16. <para>If you decide to use some other style of init scripts, you can skip this
  17. chapter and move on to <xref linkend="chapter-mixture"/>.</para>
  18. </sect1>
  19. &bootscripts;
  20. &c7-usage;
  21. &c7-setclock;
  22. &c7-loadkeys;
  23. &c7-sysklogd;
  24. &c7-hostname;
  25. &c7-hosts;
  26. &c7-network;
  27. </chapter>