From c5194aac1989ba079270b58ec1cfba8d5b4dd5f8 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Mon, 13 Oct 2003 22:32:17 +0000 Subject: [PATCH] Cleaning up basic-net and some entities. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 2 +- chapter06/basic-net.xml | 29 ----------------------------- entities/book-structure.xml | 3 --- 3 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 chapter06/basic-net.xml diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ef92ce828..a1f818e3a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -97,7 +97,7 @@ October 11h, 2003 [alex]: Adapted the required disk space -values, as posted by Bruce Dubbs. +values and SBUs, as posted by Bruce Dubbs. October 11h, 2003 [alex]: Chapter 5 - Toolchain technical notes: Added and changed some markup. diff --git a/chapter06/basic-net.xml b/chapter06/basic-net.xml deleted file mode 100644 index 1148c51b2..000000000 --- a/chapter06/basic-net.xml +++ /dev/null @@ -1,29 +0,0 @@ - -Setting up Basic Networking - - - - -Here will be set up basic networking now that all the necessary -software has been installed. There isn't all that much to do, really, -just creating a basic /etc/hosts file, and downloading -some high-quality network information files. - -The first step is to create /etc/hosts. This file -contains information allowing resolution of host names to IP addresses. -Create a very basic one (we'll make a better one later, but Perl needs it now -for doing some tests) with the following command: - -echo "127.0.0.1 $(hostname) localhost" > /etc/hosts - -Now unpack the Lfs-Utils tarball again, as we're going to copy two -necessary files from it. One is /etc/services, which is -used to resolve service numbers to human-readable names, and the other is -/etc/protocols, which does the same for protocol numbers. -Copy them with the following command after you have entered the Lfs-Utils -directory: - -cp -f etc/{services,protocols} /etc - - - diff --git a/entities/book-structure.xml b/entities/book-structure.xml index 3af32c9fd..1b9a3181d 100644 --- a/entities/book-structure.xml +++ b/entities/book-structure.xml @@ -37,7 +37,6 @@ - @@ -45,10 +44,8 @@ - -