Changeset 9988ef0 for BOOK/final-preps
- Timestamp:
- Jul 5, 2006, 12:07:37 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 99feb7a
- Parents:
- d67d6bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/aboutclfs.xml
rd67d6bd r9988ef0 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
Note:
See TracChangeset
for help on using the changeset viewer.