hostname.xml 1.1 KB

123456789101112131415161718192021222324252627282930
  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. %general-entities;
  6. ]>
  7. <sect1 id="ch-scripts-hostname">
  8. <?dbhtml filename="hostname.html"?>
  9. <title>Configuring the system hostname</title>
  10. <indexterm zone="ch-scripts-hostname">
  11. <primary sortas="d-hostname">hostname</primary>
  12. <secondary>configuring</secondary>
  13. </indexterm>
  14. <para>Systemd reads <filename>/etc/hostname</filename> to determine which
  15. hostname should be set.</para>
  16. <para>Create the <filename>/etc/hostname</filename> file and enter a
  17. hostname by running:</para>
  18. <screen><userinput>echo "<replaceable>&lt;lfs&gt;</replaceable>" &gt; /etc/hostname</userinput></screen>
  19. <para><replaceable>&lt;lfs&gt;</replaceable> needs to be replaced with the name given
  20. to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That
  21. information is put in the <filename>/etc/hosts</filename> file.</para>
  22. </sect1>