Last change
on this file since 8c3de96 was bd48e48, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago |
Updated CLFS-Embedded book sources to use DocBook-XML DTD 4.5.
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[a9e389d] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[bd48e48] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[a9e389d] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-scripts-hostname">
|
---|
| 9 | <?dbhtml filename="hostname.html"?>
|
---|
| 10 |
|
---|
[75a41b8] | 11 | <title>Setting Hostname</title>
|
---|
[a9e389d] | 12 |
|
---|
| 13 | <indexterm zone="ch-scripts-hostname">
|
---|
| 14 | <primary sortas="d-localnet">localnet</primary>
|
---|
| 15 | <secondary>configuring</secondary></indexterm>
|
---|
| 16 |
|
---|
[1d67150] | 17 | <para>Part of the job of the bootscripts is
|
---|
[a9e389d] | 18 | setting the system's hostname. This needs to be configured in the
|
---|
[1d67150] | 19 | <filename>/etc/HOSTNAME</filename> file.</para>
|
---|
[a9e389d] | 20 |
|
---|
[1d67150] | 21 | <para>Create the <filename>HOSTNAME</filename> file
|
---|
[a9e389d] | 22 | and enter a hostname by running:</para>
|
---|
| 23 |
|
---|
[3466794] | 24 | <screen><userinput>echo "<replaceable>[clfs]</replaceable>" > ${CLFS}/etc/HOSTNAME</userinput></screen>
|
---|
[a9e389d] | 25 |
|
---|
| 26 | <para><replaceable>[lfs]</replaceable> needs to be replaced with the
|
---|
| 27 | name given to the computer. Do not enter the Fully Qualified
|
---|
| 28 | Domain Name (FQDN) here. That information will be put in the
|
---|
| 29 | <filename>/etc/hosts</filename> file in the next section.</para>
|
---|
| 30 |
|
---|
| 31 | </sect1>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.