Changeset 5f28def for chapter02


Ignore:
Timestamp:
03/31/2015 09:25:42 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2d0d0d7
Parents:
4519609
Message:

Adjust discussion of LFS envronment variable to be before first use.
Use --with-glibc-version=2.11 in gcc-pass1.
Update to dejagnu-1.5.3.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter02
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter02/chapter02.xml

    r4519609 r5f28def  
    1515  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingpartition.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingfilesystem.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutlfs.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mounting.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutlfs.xml"/>
    1919
    2020</chapter>
  • chapter02/mounting.xml

    r4519609 r5f28def  
    1414  be made accessible. In order to do this, the partition needs to be
    1515  mounted at a chosen mount point. For the purposes of this book, it is
    16   assumed that the file system is mounted under <filename
    17   class="directory">/mnt/lfs</filename>, but the directory choice is up
    18   to you.</para>
     16  assumed that the file system is mounted under the directory specified by the
     17  <envar>LFS</envar> envronment varibale as described in the previous section.
     18  </para>
    1919
    20   <para>Choose a mount point and assign it to the <envar>LFS</envar>
    21   environment variable by running:</para>
    22 
    23 <screen role="nodump"><userinput>export LFS=/mnt/lfs</userinput></screen>
    24 
    25   <para>Next, create the mount point and mount the LFS file system by
    26   running:</para>
     20  <para>Create the mount point and mount the LFS file system by running:</para>
    2721
    2822<screen role="nodump"><userinput>mkdir -pv $LFS
Note: See TracChangeset for help on using the changeset viewer.