source: BOOK/network/common/hostname.xml @ 4d44a2a

clfs-3.0.0-systemdsystemd
Last change on this file since 4d44a2a was 40b9a5f, checked in by William Harrington <kb0iic@…>, 10 years ago

Remove HOSTNAME= variable in the command placing the hostname into /etc/hostname.

  • 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
[40b9a5f]23  <screen><userinput>echo "<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.