Changeset 6d4673c
- Timestamp:
- Jul 5, 2006, 12:07:37 AM (18 years ago)
- Children:
- bd59fa15
- Parents:
- 248cedd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
final-preps/aboutclfs.xml
r248cedd r6d4673c 6 6 ]> 7 7 8 <sect1 id="ch-final-preps-about lfs">9 <?dbhtml filename="about lfs.html"?>8 <sect1 id="ch-final-preps-aboutclfs"> 9 <?dbhtml filename="aboutclfs.html"?> 10 10 11 11 <title>About $CLFS</title> 12 12 13 <para>Throughout this book, the environment variable <envar> LFS</envar> will13 <para>Throughout this book, the environment variable <envar>CLFS</envar> will 14 14 be used several times. It is paramount that this variable is always defined. 15 15 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> 17 17 18 18 <screen><userinput>echo $CLFS</userinput></screen> 19 19 20 20 <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 the21 point, which is <filename class="directory">/mnt/clfs</filename> if the 22 22 provided example was followed. If the output is incorrect, the 23 23 variable can be set with:</para> … … 28 28 <command>install -dv $CLFS/tools</command> can be typed literally. The shell 29 29 will automatically replace <quote>$CLFS</quote> with 30 <quote>/mnt/ lfs</quote> (or whatever the variable was set to) when it30 <quote>/mnt/clfs</quote> (or whatever the variable was set to) when it 31 31 processes the command line.</para> 32 32 -
partitioning/common/mounting.xml
r248cedd r6d4673c 15 15 mounted at a chosen mount point. For the purposes of this book, it is 16 16 assumed that the file system is mounted under <filename 17 class="directory">/mnt/ lfs</filename>, but the directory choice is up17 class="directory">/mnt/clfs</filename>, but the directory choice is up 18 18 to you.</para> 19 19 … … 21 21 environment variable by running:</para> 22 22 23 <screen><userinput>export LFS=/mnt/lfs</userinput></screen>23 <screen><userinput>export CLFS=/mnt/clfs</userinput></screen> 24 24 25 25 <para>Next, create the mount point and mount the CLFS file system by
Note:
See TracChangeset
for help on using the changeset viewer.