hostname.xml 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-scripts-hostname">
  7. <title>Configuring the localnet Script</title>
  8. <?dbhtml filename="hostname.html"?>
  9. <indexterm zone="ch-scripts-hostname">
  10. <primary sortas="d-localnet">localnet</primary>
  11. <secondary>configuring</secondary></indexterm>
  12. <para>Part of the job of the <command>localnet</command> script is setting the
  13. system's hostname. This needs to be configured in the
  14. <filename>/etc/sysconfig/network</filename> file.</para>
  15. <para>Create the <filename>/etc/sysconfig/network</filename> file and enter a
  16. hostname by running:</para>
  17. <screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
  18. <para><replaceable>[lfs]</replaceable> needs to be replaced with the name given
  19. to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That
  20. information will be put in the <filename>/etc/hosts</filename> file in the next
  21. section.</para>
  22. </sect1>