Author: jim Date: 2006-07-05 01:47:28 -0600 (Wed, 05 Jul 2006) New Revision: 1906
Modified: / trunk/BOOK/ trunk/BOOK/final-preps/aboutclfs.xml trunk/BOOK/partitioning/common/mounting.xml Log: [EMAIL PROTECTED] (orig r1997): jim | 2006-07-05 00:07:37 -0700 [EMAIL PROTECTED]: jim | 2006-07-05 00:06:50 -0700 Missed lfs to clfs conversions. Thank you Kriss Property changes on: ___________________________________________________________________ Name: svk:merge - b6734a72-470d-0410-b049-f317dca95413:/:1993 + b6734a72-470d-0410-b049-f317dca95413:/:1997 Property changes on: trunk/BOOK ___________________________________________________________________ Name: svk:merge - 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:4317 3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422 3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269 b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406 f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790 + 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:4328 3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422 3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269 b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406 f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790 Modified: trunk/BOOK/final-preps/aboutclfs.xml =================================================================== --- trunk/BOOK/final-preps/aboutclfs.xml 2006-07-04 18:59:24 UTC (rev 1905) +++ trunk/BOOK/final-preps/aboutclfs.xml 2006-07-05 07:47:28 UTC (rev 1906) @@ -5,20 +5,20 @@ %general-entities; ]> -<sect1 id="ch-final-preps-aboutlfs"> - <?dbhtml filename="aboutlfs.html"?> +<sect1 id="ch-final-preps-aboutclfs"> + <?dbhtml filename="aboutclfs.html"?> <title>About $CLFS</title> - <para>Throughout this book, the environment variable <envar>LFS</envar> will + <para>Throughout this book, the environment variable <envar>CLFS</envar> will be used several times. It is paramount that this variable is always defined. It should be set to the mount point chosen for the CLFS partition. - Check that the <envar>LFS</envar> variable is set up properly with:</para> + Check that the <envar>CLFS</envar> variable is set up properly with:</para> <screen><userinput>echo $CLFS</userinput></screen> <para>Make sure the output shows the path to the CLFS partition's mount - point, which is <filename class="directory">/mnt/lfs</filename> if the + point, which is <filename class="directory">/mnt/clfs</filename> if the provided example was followed. If the output is incorrect, the variable can be set with:</para> @@ -27,7 +27,7 @@ <para>Having this variable set is beneficial in that commands such as <command>install -dv $CLFS/tools</command> can be typed literally. The shell will automatically replace <quote>$CLFS</quote> with - <quote>/mnt/lfs</quote> (or whatever the variable was set to) when it + <quote>/mnt/clfs</quote> (or whatever the variable was set to) when it processes the command line.</para> <para>If you haven't created the <filename class="directory">$CLFS</filename> Modified: trunk/BOOK/partitioning/common/mounting.xml =================================================================== --- trunk/BOOK/partitioning/common/mounting.xml 2006-07-04 18:59:24 UTC (rev 1905) +++ trunk/BOOK/partitioning/common/mounting.xml 2006-07-05 07:47:28 UTC (rev 1906) @@ -14,13 +14,13 @@ be made accessible. In order to do this, the partition needs to be mounted at a chosen mount point. For the purposes of this book, it is assumed that the file system is mounted under <filename - class="directory">/mnt/lfs</filename>, but the directory choice is up + class="directory">/mnt/clfs</filename>, but the directory choice is up to you.</para> <para>Choose a mount point and assign it to the <envar>LFS</envar> environment variable by running:</para> -<screen><userinput>export LFS=/mnt/lfs</userinput></screen> +<screen><userinput>export CLFS=/mnt/clfs</userinput></screen> <para>Next, create the mount point and mount the CLFS file system by running:</para> -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
