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 <command>localnet</command> script is setting up the system's
  13. 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 hostname by
  16. 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
  19. name the computer is to be called. Do not enter the Fully Qualified
  20. Domain Name (FQDN) here. That information will be put in the
  21. <filename>/etc/hosts</filename> file later.</para>
  22. </sect1>