瀏覽代碼

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 年之前
父節點
當前提交
da5fcb11ac
共有 4 個文件被更改,包括 13 次插入4 次删除
  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>
 
 
 -->
 -->
+    <listitem>
+      <para>2011-03-04</para>
+      <itemizedlist>
+         <listitem>
+          <para>[bdubbs] Release LFS 6.8.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
     <listitem>
       <para>2011-02-18</para>
       <para>2011-02-18</para>
       <itemizedlist>
       <itemizedlist>

+ 1 - 1
chapter04/creatingtoolsdir.xml

@@ -41,7 +41,7 @@
 
 
   <para>The created symlink enables the toolchain to be compiled so that it
   <para>The created symlink enables the toolchain to be compiled so that it
   always refers to <filename class="directory">/tools</filename>, meaning
   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
   (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>
   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
     <para>When the kernel boots the system, it requires the presence of a few
     device nodes, in particular the <filename
     device nodes, in particular the <filename
     class="devicefile">console</filename> and <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>
     on the hard disk so that they are available before <command>udevd</command>
     has been started, and additionally when Linux is started with
     has been started, and additionally when Linux is started with
     <parameter>init=/bin/bash</parameter>. Create the devices by running the
     <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 copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "6.8">
 <!ENTITY milestone "6.8">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->