site.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. <!ENTITY site SYSTEM "../appendices/rc.site.script">
  6. %general-entities;
  7. ]>
  8. <sect1 id="ch-scripts-site">
  9. <?dbhtml filename="site.html"?>
  10. <title>The rc.site File</title>
  11. <indexterm zone="ch-scripts-site">
  12. <primary sortas="a-rc.site">rc.site</primary>
  13. </indexterm>
  14. <para>The optional <filename>/etc/sysconfig/rc.site</filename> file contains
  15. settings that are automatically set for each boot script. It can alternatively
  16. set the values specified in the <filename>hostname</filename>,
  17. <filename>console</filename>, and <filename>clock</filename> files in the
  18. <filename class='directory'>/etc/sysconfig/</filename> directory. If the
  19. associated variables are present in both these separate files and
  20. <filename>rc.site</filename>, the values in the script specific files have
  21. precedence. </para>
  22. <para><filename>rc.site</filename> also contains parameters that can
  23. customize other aspects of the boot process. Setting the IPROMPT variable
  24. will enable selective running of bootscripts. Other options are described
  25. in the file comments. The default version of the file is as follows:</para>
  26. <!-- Use role to fix a pdf generation problem -->
  27. <screen role="auto">&site;</screen>
  28. </sect1>