source: chapter07/hostname.xml@ f0f4140

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since f0f4140 was f3317d4, checked in by Krejzi <krejzi@…>, 11 years ago

Move Chapter 7 in place for Systemd.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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