source: chapter07/hostname.xml@ 71eb6ac

Last change on this file since 71eb6ac was b06ca36, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated book sources to use DocBook-XML DTD 4.5

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

  • Property mode set to 100644
File size: 1.2 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
11 <title>Configuring the localnet Script</title>
[673b0d8]12
[d781ffb]13 <indexterm zone="ch-scripts-hostname">
14 <primary sortas="d-localnet">localnet</primary>
15 <secondary>configuring</secondary>
16 </indexterm>
[81fd230]17
[d781ffb]18 <para>Part of the job of the <command>localnet</command> script is setting the
19 system's hostname. This needs to be configured in the
20 <filename>/etc/sysconfig/network</filename> file.</para>
[8d18f3d]21
[d781ffb]22 <para>Create the <filename>/etc/sysconfig/network</filename> file and enter a
23 hostname by running:</para>
[8d18f3d]24
[0090db5]25<screen><userinput>echo "HOSTNAME=<replaceable>&lt;lfs&gt;</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
[8d18f3d]26
[0090db5]27 <para><replaceable>&lt;lfs&gt;</replaceable> needs to be replaced with the name given
[d781ffb]28 to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That
29 information will be put in the <filename>/etc/hosts</filename> file in the next
30 section.</para>
[81fd230]31
[8d18f3d]32</sect1>
Note: See TracBrowser for help on using the repository browser.