From 28618789943e48c5ddbba015caf8da5636ecb5d3 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sun, 26 Oct 2003 22:22:59 +0000 Subject: Small retouches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/acknowledgements.xml | 8 ++++---- chapter01/changelog.xml | 6 +++--- chapter06/chroot.xml | 6 ++++++ chapter09/theend.xml | 9 ++++----- 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/chapter01/acknowledgements.xml b/chapter01/acknowledgements.xml index 7e05b5c19..ff1526dcc 100644 --- a/chapter01/acknowledgements.xml +++ b/chapter01/acknowledgements.xml @@ -116,10 +116,6 @@ translation project. Jason Andrade <jason@dstc.edu.au> -- au.linuxfromscratch.org mirror. -doc.cs.univ- -paris8.fr <archive@doc.cs.univ-paris8.fr> -- -www2.fr.linuxfromscratch.org mirror. - William Astle <lost@l-w.net> -- ca.linuxfromscratch.org mirror. @@ -191,6 +187,10 @@ mirror. url="mailto:ian@ichilton.co.uk">Ian Chilton for running it. +Parisian +sysadmins <archive@doc.cs.univ-paris8.fr> -- +www2.fr.linuxfromscratch.org mirror. + Jesse Tie-Ten-Quee <highos@linuxfromscratch.org> for providing and running the linuxfromscratch.org server. diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2aa973a05..2f836e1c5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -96,6 +96,9 @@ +October 24th, 2003 [alex]: Appendix A - Changed the +dependencies to the concise format, based on Tushar's post . + October 23rd, 2003 [gerard] Chapter 9 - The End: Changed the /etc/lfs filename to /etc/lfs-release to be more consistent with other @@ -104,9 +107,6 @@ distributions out there. October 23rd, 2003 [alex]: Changed most of the "Chapter" references to proper "xref" cross references . -October 24th, 2003 [alex]: Appendix A - Changed the -dependencies to the concise format, based on Tushar's post . - October 22nd, 2003 [gerard] Chapter 2: Added notes how to create installation dependency lists. diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index b7f0d5a72..45b2d0ebf 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -36,6 +36,12 @@ what the shell thinks is / is actually the value of $LFS, which was passed to the chroot command. +Notice that /tools /bin 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. + 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), diff --git a/chapter09/theend.xml b/chapter09/theend.xml index 47591849e..51f79db53 100644 --- a/chapter09/theend.xml +++ b/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. -It's a good idea to create an /etc/lfs 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 /etc/lfs -file by running the following command: +It may be a good idea to create an /etc/lfs-release +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: echo &version; > /etc/lfs-release -- cgit v1.2.3-54-g00ecf