source: chapter07/hostname.xml@ 87184605

6.3
Last change on this file since 87184605 was b06ca36, checked in by Manuel Canales Esparcia <manuel@…>, 17 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
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-scripts-hostname">
9 <?dbhtml filename="hostname.html"?>
10
11 <title>Configuring the localnet Script</title>
12
13 <indexterm zone="ch-scripts-hostname">
14 <primary sortas="d-localnet">localnet</primary>
15 <secondary>configuring</secondary>
16 </indexterm>
17
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>
21
22 <para>Create the <filename>/etc/sysconfig/network</filename> file and enter a
23 hostname by running:</para>
24
25<screen><userinput>echo "HOSTNAME=<replaceable>&lt;lfs&gt;</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
26
27 <para><replaceable>&lt;lfs&gt;</replaceable> needs to be replaced with the name given
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>
31
32</sect1>
Note: See TracBrowser for help on using the repository browser.