diff options
Diffstat (limited to 'chapter07/hostname.xml')
-rw-r--r-- | chapter07/hostname.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/hostname.xml b/chapter07/hostname.xml index 7515d6a03..26f1e20b3 100644 --- a/chapter07/hostname.xml +++ b/chapter07/hostname.xml @@ -22,9 +22,9 @@ <para>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by running:</para> -<screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" > /etc/sysconfig/network</userinput></screen> +<screen><userinput>echo "HOSTNAME=<replaceable><lfs></replaceable>" > /etc/sysconfig/network</userinput></screen> - <para><replaceable>[lfs]</replaceable> needs to be replaced with the name given + <para><replaceable><lfs></replaceable> needs to be replaced with the name given to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That information will be put in the <filename>/etc/hosts</filename> file in the next section.</para> |