Changeset 6d4673c


Ignore:
Timestamp:
Jul 5, 2006, 12:07:37 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
bd59fa15
Parents:
248cedd
Message:

r4328@server: jim | 2006-07-05 00:06:50 -0700
Missed lfs to clfs conversions. Thank you Kriss

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • final-preps/aboutclfs.xml

    r248cedd r6d4673c  
    66]>
    77
    8 <sect1 id="ch-final-preps-aboutlfs">
    9   <?dbhtml filename="aboutlfs.html"?>
     8<sect1 id="ch-final-preps-aboutclfs">
     9  <?dbhtml filename="aboutclfs.html"?>
    1010
    1111  <title>About $CLFS</title>
    1212
    13   <para>Throughout this book, the environment variable <envar>LFS</envar> will
     13  <para>Throughout this book, the environment variable <envar>CLFS</envar> will
    1414  be used several times. It is paramount that this variable is always defined.
    1515  It should be set to the mount point chosen for the CLFS partition.
    16   Check that the <envar>LFS</envar> variable is set up properly with:</para>
     16  Check that the <envar>CLFS</envar> variable is set up properly with:</para>
    1717
    1818<screen><userinput>echo $CLFS</userinput></screen>
    1919
    2020  <para>Make sure the output shows the path to the CLFS partition's mount
    21   point, which is <filename class="directory">/mnt/lfs</filename> if the
     21  point, which is <filename class="directory">/mnt/clfs</filename> if the
    2222  provided example was followed. If the output is incorrect, the
    2323  variable can be set with:</para>
     
    2828  <command>install -dv $CLFS/tools</command> can be typed literally. The shell
    2929  will automatically replace <quote>$CLFS</quote> with
    30   <quote>/mnt/lfs</quote> (or whatever the variable was set to) when it
     30  <quote>/mnt/clfs</quote> (or whatever the variable was set to) when it
    3131  processes the command line.</para>
    3232
  • partitioning/common/mounting.xml

    r248cedd r6d4673c  
    1515  mounted at a chosen mount point. For the purposes of this book, it is
    1616  assumed that the file system is mounted under <filename
    17   class="directory">/mnt/lfs</filename>, but the directory choice is up
     17  class="directory">/mnt/clfs</filename>, but the directory choice is up
    1818  to you.</para>
    1919
     
    2121  environment variable by running:</para>
    2222
    23 <screen><userinput>export LFS=/mnt/lfs</userinput></screen>
     23<screen><userinput>export CLFS=/mnt/clfs</userinput></screen>
    2424
    2525  <para>Next, create the mount point and mount the CLFS file system by
Note: See TracChangeset for help on using the changeset viewer.