hostname.xml 728 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/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>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by
  13. running:</para>
  14. <screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
  15. </sect1>