Author: jim Date: 2006-07-01 14:30:22 -0600 (Sat, 01 Jul 2006) New Revision: 1875
Added: trunk/BOOK/final-preps/aboutclfs.xml Removed: trunk/BOOK/final-preps/aboutlfs.xml Modified: / trunk/BOOK/ trunk/BOOK/final-preps/chapter.xml Log: [EMAIL PROTECTED] (orig r1956): jim | 2006-07-01 13:28:35 -0700 [EMAIL PROTECTED]: jim | 2006-07-01 13:28:12 -0700 Moved aboutlfs.xml to aboutclfs.xml Property changes on: ___________________________________________________________________ Name: svk:merge - b6734a72-470d-0410-b049-f317dca95413:/:1955 + b6734a72-470d-0410-b049-f317dca95413:/:1956 Property changes on: trunk/BOOK ___________________________________________________________________ Name: svk:merge - 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:4212 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:4214 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 Added: trunk/BOOK/final-preps/aboutclfs.xml =================================================================== --- trunk/BOOK/final-preps/aboutclfs.xml (rev 0) +++ trunk/BOOK/final-preps/aboutclfs.xml 2006-07-01 20:30:22 UTC (rev 1875) @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> + +<sect1 id="ch-final-preps-aboutlfs"> + <?dbhtml filename="aboutlfs.html"?> + + <title>About $CLFS</title> + + <para>Throughout this book, the environment variable <envar>LFS</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> + +<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 + provided example was followed. If the output is incorrect, the + variable can be set with:</para> + +<screen><userinput>export CLFS=/mnt/clfs</userinput></screen> + + <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 + processes the command line.</para> + + <para>If you haven't created the <filename class="directory">$CLFS</filename> + directory, do so at this time by issuing the following commands:</para> + +<screen><userinput>install -dv $CLFS</userinput></screen> + + <para>Do not forget to check that <envar>$CLFS</envar> is set whenever + you leave and reenter the current working environment (as when doing a + <quote>su</quote> to <systemitem class="username">root</systemitem> or + another user).</para> + +</sect1> Deleted: trunk/BOOK/final-preps/aboutlfs.xml =================================================================== --- trunk/BOOK/final-preps/aboutlfs.xml 2006-07-01 20:30:08 UTC (rev 1874) +++ trunk/BOOK/final-preps/aboutlfs.xml 2006-07-01 20:30:22 UTC (rev 1875) @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ - <!ENTITY % general-entities SYSTEM "../general.ent"> - %general-entities; -]> - -<sect1 id="ch-final-preps-aboutlfs"> - <?dbhtml filename="aboutlfs.html"?> - - <title>About $CLFS</title> - - <para>Throughout this book, the environment variable <envar>LFS</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> - -<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 - provided example was followed. If the output is incorrect, the - variable can be set with:</para> - -<screen><userinput>export LFS=/mnt/lfs</userinput></screen> - - <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 - processes the command line.</para> - - <para>If you haven't created the <filename class="directory">$CLFS</filename> - directory, do so at this time by issuing the following commands:</para> - -<screen><userinput>install -dv $CLFS</userinput></screen> - - <para>Do not forget to check that <envar>$CLFS</envar> is set whenever - you leave and reenter the current working environment (as when doing a - <quote>su</quote> to <systemitem class="username">root</systemitem> or - another user).</para> - -</sect1> Modified: trunk/BOOK/final-preps/chapter.xml =================================================================== --- trunk/BOOK/final-preps/chapter.xml 2006-07-01 20:30:08 UTC (rev 1874) +++ trunk/BOOK/final-preps/chapter.xml 2006-07-01 20:30:22 UTC (rev 1875) @@ -11,7 +11,7 @@ <title>Final Preparations</title> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutlfs.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutclfs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingtoolsdir.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingcrossdir.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="addinguser.xml"/> -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
