From 8d18f3d4a90124be837d4c086c2f5f04ee855c69 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 15 Jan 2002 21:32:01 +0000 Subject: more updates to bootscripts git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1442 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/hostname.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chapter07/hostname.xml (limited to 'chapter07/hostname.xml') diff --git a/chapter07/hostname.xml b/chapter07/hostname.xml new file mode 100644 index 000000000..1e85fea92 --- /dev/null +++ b/chapter07/hostname.xml @@ -0,0 +1,19 @@ + +Configuring the localnet script + + +Part of the localnet script is setting up the system's hostname. This +needs to be configured in the /etc/sysconfig/network. + +Create the /etc/sysconfig/network file and enter a hostname by +running: + +echo "HOSTNAME=lfs" > /etc/sysconfig/network + +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