aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter06/basic-net.xml29
-rw-r--r--entities/book-structure.xml3
3 files changed, 1 insertions, 33 deletions
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 @@
</listitem>
<listitem><para>October 11h, 2003 [alex]: Adapted the required disk space
-values, as posted by Bruce Dubbs.</para></listitem>
+values and SBUs, as posted by Bruce Dubbs.</para></listitem>
<listitem><para>October 11h, 2003 [alex]: Chapter 5 - Toolchain technical
notes: Added and changed some markup.</para></listitem>
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 @@
-<sect1 id="ch06-basic-net">
-<title>Setting up Basic Networking</title>
-<?dbhtml filename="basic-net.html" dir="chapter06"?>
-
-<!-- Will clean this up later. -->
-
-<para>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 <filename>/etc/hosts</filename> file, and downloading
-some high-quality network information files.</para>
-
-<para>The first step is to create <filename>/etc/hosts</filename>. 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:</para>
-
-<screen><userinput>echo "127.0.0.1 $(hostname) localhost" > /etc/hosts</userinput></screen>
-
-<para>Now unpack the Lfs-Utils tarball again, as we're going to copy two
-necessary files from it. One is <filename>/etc/services</filename>, which is
-used to resolve service numbers to human-readable names, and the other is
-<filename>/etc/protocols</filename>, which does the same for protocol numbers.
-Copy them with the following command after you have entered the Lfs-Utils
-directory:</para>
-
-<screen><userinput>cp -f etc/{services,protocols} /etc</userinput></screen>
-
-</sect1>
-
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 @@
<!ENTITY chapter06 SYSTEM "../chapter06/chapter06.xml">
<!ENTITY c6-introduction SYSTEM "../chapter06/introduction.xml">
<!ENTITY c6-aboutdebug SYSTEM "../chapter06/aboutdebug.xml">
-<!ENTITY c6-chrootcmd SYSTEM "../chapter06/chrootcmd.xml">
<!ENTITY c6-chroot SYSTEM "../chapter06/chroot.xml">
<!ENTITY c6-changingowner SYSTEM "../chapter06/changingowner.xml">
<!ENTITY c6-creatingdirs SYSTEM "../chapter06/creatingdirs.xml">
@@ -45,10 +44,8 @@
<!ENTITY c6-mountproc SYSTEM "../chapter06/mountproc.xml">
<!ENTITY c6-createfiles SYSTEM "../chapter06/createfiles.xml">
<!ENTITY c6-adjustingtoolchain SYSTEM "../chapter06/adjustingtoolchain.xml">
-<!ENTITY c6-basic-net SYSTEM "../chapter06/basic-net.xml">
<!ENTITY c6-revisedchroot SYSTEM "../chapter06/revisedchroot.xml">
<!ENTITY c6-configure SYSTEM "../chapter06/configure.xml">
-<!ENTITY c6-cf-ldso SYSTEM "../chapter06/config-ldso.xml">
<!ENTITY c6-cf-keyboard SYSTEM "../chapter06/config-keyboard.xml">
<!ENTITY c6-cf-password SYSTEM "../chapter06/create-password.xml">