From f67f5cfed55cb2ac26f29d16ad1f099461e7cf98 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 19 Jun 2004 16:54:58 +0000 Subject: Tags corrections git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/hostname.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter07/hostname.xml') diff --git a/chapter07/hostname.xml b/chapter07/hostname.xml index c68b5cb2d..9320fee1d 100644 --- a/chapter07/hostname.xml +++ b/chapter07/hostname.xml @@ -12,14 +12,14 @@ configuring Part of the localnet script is setting up the system's hostname. This -needs to be configured in the /etc/sysconfig/network. +needs to be configured in the /etc/sysconfig/network. -Create the /etc/sysconfig/network file and enter a hostname by +Create the /etc/sysconfig/network file and enter a hostname by running: -echo "HOSTNAME=lfs" > /etc/sysconfig/network +echo "HOSTNAME=[lfs]" > /etc/sysconfig/network -lfs needs to be replaced with the name the computer is +[lfs] needs to be replaced with the name the computer is to be called. You should not enter the FQDN (Fully Qualified Domain Name) here. That information will be put in the /etc/hosts file later on. -- cgit v1.2.3-54-g00ecf