source: BOOK/network/common/hostname.xml @ 05d3e34

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 05d3e34 was c28a198, checked in by William Harrington <kb0iic@…>, 10 years ago

Redo the hostname configuration page for systemd.

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[0b9e109]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
[3f8be484]5  %general-entities;
6]>
7
[0b9e109]8<sect1 id="ch-network-hostname">
[3f8be484]9  <?dbhtml filename="hostname.html"?>
10
[c28a198]11  <title>Configuring the system hostname</title>
[3f8be484]12
[0b9e109]13  <indexterm zone="ch-network-hostname">
[c28a198]14    <primary sortas="d-hostname">hostname</primary>
[3f8be484]15  <secondary>configuring</secondary></indexterm>
16
[c28a198]17  <para>Systemd reads <filename>/etc/hostname</filename> to determine which
18  hostname should be set.</para>
[3f8be484]19
[c28a198]20  <para>Create the <filename>/etc/hostname</filename> file and enter a hostname
21  by running:</para>
[3f8be484]22
[b2c7852]23  <screen><userinput>echo "HOSTNAME=<replaceable>[clfs]</replaceable>" &gt; /etc/hostname</userinput></screen>
[3f8be484]24
[ca77da8]25  <para><replaceable>[clfs]</replaceable> needs to be replaced with the
[3f8be484]26  name given to the computer. Do not enter the Fully Qualified
27  Domain Name (FQDN) here. That information will be put in the
28  <filename>/etc/hosts</filename> file in the next section.</para>
29
30</sect1>
Note: See TracBrowser for help on using the repository browser.