hostname.xml 1.1 KB

12345678910111213141516171819202122232425262728
  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 localnet script is setting up the system's hostname. This
  13. needs to be configured in the <filename>/etc/sysconfig/network</filename>.</para>
  14. <para>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by
  15. running:</para>
  16. <screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
  17. <para><replaceable>[lfs]</replaceable> needs to be replaced with the
  18. name the computer is to be called. Do not enter the Fully Qualified
  19. Domain Name (FQDN) here. That information will be put in the
  20. <filename>/etc/hosts</filename> file later.</para>
  21. </sect1>