Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/aboutlfs.xml

    r40875a9 ra04b192f  
    1616  directory where you will be building your LFS system - we will use
    1717  <filename class="directory">/mnt/lfs</filename> as an example, but the
    18   directory choice is up to you. Choose a directory location and set the
    19   variable with the following command:</para>
     18  directory choice is up to you. If you are building LFS on a separate
     19  partition, this directory will be the mount point for the partition.
     20  Choose a directory location and set the variable with the
     21  following command:</para>
    2022
    2123<screen role="nodump"><userinput>export LFS=<replaceable>/mnt/lfs</replaceable></userinput></screen>
     
    2628  <quote>/mnt/lfs</quote> (or whatever the variable was set to) when it
    2729  processes the command line.</para>
    28 
    29   <para>Create the directory:</para>
    30 
    31 <screen role="nodump"><userinput>mkdir -pv $LFS</userinput></screen>
    32 
    33   <para>If you don't have much space in the partition holding the directory,
    34   you can mount another partition on it.</para>
    3530
    3631  <caution>
Note: See TracChangeset for help on using the changeset viewer.