Procházet zdrojové kódy

Small retouches.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Alex Gronenwoud před 22 roky
rodič
revize
2861878994

+ 4 - 4
chapter01/acknowledgements.xml

@@ -116,10 +116,6 @@ translation project.</para></listitem>
 <listitem><para><ulink url="mailto:jason@dstc.edu.au">Jason Andrade</ulink>
 &lt;jason@dstc.edu.au&gt; -- au.linuxfromscratch.org mirror.</para></listitem>
 
-<listitem><para><ulink url="mailto:archive@doc.cs.univ-paris8.fr">doc.cs.univ-
-paris8.fr</ulink> &lt;archive@doc.cs.univ-paris8.fr&gt; --
-www2.fr.linuxfromscratch.org mirror.</para></listitem>
-
 <listitem><para><ulink url="mailto:lost@l-w.net">William Astle</ulink>
 &lt;lost@l-w.net&gt; -- ca.linuxfromscratch.org mirror.</para></listitem>
 
@@ -191,6 +187,10 @@ mirror.</para></listitem>
 url="mailto:ian@ichilton.co.uk">Ian Chilton</ulink> for running 
 it.</para></listitem>
 
+<listitem><para><ulink url="mailto:archive@doc.cs.univ-paris8.fr">Parisian
+sysadmins</ulink> &lt;archive@doc.cs.univ-paris8.fr&gt; --
+www2.fr.linuxfromscratch.org mirror.</para></listitem>
+
 <listitem><para><ulink url="mailto:highos@linuxfromscratch.org">Jesse
 Tie-Ten-Quee</ulink> &lt;highos@linuxfromscratch.org&gt; for providing and
 running the linuxfromscratch.org server.</para></listitem>

+ 3 - 3
chapter01/changelog.xml

@@ -96,6 +96,9 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>October 24th, 2003 [alex]: Appendix A - Changed the
+dependencies to the concise format, based on Tushar's post .</para></listitem>
+ 
 <listitem><para>October 23rd, 2003 [gerard] Chapter 9 - The End: Changed
 the <filename>/etc/lfs</filename> filename to
 <filename>/etc/lfs-release</filename> to be more consistent with other
@@ -104,9 +107,6 @@ distributions out there.</para></listitem>
 <listitem><para>October 23rd, 2003 [alex]: Changed most of the "Chapter"
 references to proper "xref" cross references .</para></listitem>
 
-<listitem><para>October 24th, 2003 [alex]: Appendix A - Changed the
-dependencies to the concise format, based on Tushar's post .</para></listitem>
- 
 <listitem><para>October 22nd, 2003 [gerard] Chapter 2: Added notes how to
 create installation dependency lists.</para></listitem>
 

+ 6 - 0
chapter06/chroot.xml

@@ -36,6 +36,12 @@ what the shell thinks is <filename class="directory">/</filename> is actually
 the value of <filename class="directory">$LFS</filename>, which was passed to
 the chroot command.</para>
 
+<para>Notice that <filename class="directory">/tools /bin</filename> comes
+last in the PATH. This means that a temporary tool will not be used any more
+as soon as its final version is installed.  Well, at least when the shell
+doesn't remember the locations of executed binaries -- for this reason hashing
+is switched off a bit further on.</para>
+
 <para>You have to make sure all the commands in the rest of this chapter and
 in the following chapters are run from within the chroot environment.
 If you ever leave this environment for any reason (rebooting for example),

+ 4 - 5
chapter09/theend.xml

@@ -50,11 +50,10 @@ chroot $LFS /tools/bin/env -i \
 recognized. Most of these are scripts instead of binaries. These warnings can
 be safely ignored.</para>
 
-<para>It's a good idea to create an <filename>/etc/lfs</filename> file. By
-having this file it is very easy for you (and for us if you are going to ask
-for help with something at some point) to find out which LFS version
-you have installed on your system. Create the <filename>/etc/lfs</filename>
-file by running the following command:</para>
+<para>It may be a good idea to create an <filename>/etc/lfs-release</filename>
+file. By having this file it is very easy for you (and for us if you are going
+to ask for help with something at some point) to find out which LFS version
+you have installed on your system. Create this file by running:</para>
 
 <screen><userinput>echo &version; &gt; /etc/lfs-release</userinput></screen>