Browse Source

Set up for LFS-6.8

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/6.8/BOOK@9476 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 14 years ago
parent
commit
da5fcb11ac
4 changed files with 13 additions and 4 deletions
  1. 9 0
      chapter01/changelog.xml
  2. 1 1
      chapter04/creatingtoolsdir.xml
  3. 1 1
      chapter06/kernfs.xml
  4. 2 2
      general.ent

+ 9 - 0
chapter01/changelog.xml

@@ -36,6 +36,15 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>2011-03-04</para>
+      <itemizedlist>
+         <listitem>
+          <para>[bdubbs] Release LFS 6.8.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2011-02-18</para>
       <itemizedlist>

+ 1 - 1
chapter04/creatingtoolsdir.xml

@@ -41,7 +41,7 @@
 
   <para>The created symlink enables the toolchain to be compiled so that it
   always refers to <filename class="directory">/tools</filename>, meaning
-  that the compiler, assembler, and linker will work both in this chapter
+  that the compiler, assembler, and linker will work both in Chapter 5
   (when we are still using some tools from the host) and in the next (when
   we are <quote>chrooted</quote> to the LFS partition).</para>
 

+ 1 - 1
chapter06/kernfs.xml

@@ -30,7 +30,7 @@
     <para>When the kernel boots the system, it requires the presence of a few
     device nodes, in particular the <filename
     class="devicefile">console</filename> and <filename
-    class="devicefile">null</filename> devices. The device nodes will be created
+    class="devicefile">null</filename> devices. The device nodes must be created
     on the hard disk so that they are available before <command>udevd</command>
     has been started, and additionally when Linux is started with
     <parameter>init=/bin/bash</parameter>. Create the devices by running the

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110218">
-<!ENTITY releasedate "February 18, 2011">
+<!ENTITY version "6.8">
+<!ENTITY releasedate "March 4, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "6.8">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->