Ignore:
Timestamp:
05/12/2021 05:26:46 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3de7f52
Parents:
0e9fb93 (diff), d7a9421 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pre-LFS-11-0 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/mounting.xml

    r0e9fb93 rdf462a9  
    2828  <para>If using multiple partitions for LFS (e.g., one for <filename
    2929  class="directory">/</filename> and another for <filename
    30   class="directory">/usr</filename>), mount them using:</para>
     30  class="directory">/home</filename>), mount them using:</para>
    3131
    3232<screen role="nodump"><userinput>mkdir -pv $LFS
    3333mount -v -t ext4 /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS
    34 mkdir -v $LFS/usr
    35 mount -v -t ext4 /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/usr</userinput></screen>
     34mkdir -v $LFS/home
     35mount -v -t ext4 /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/home</userinput></screen>
    3636
    3737  <para>Replace <replaceable>&lt;xxx&gt;</replaceable> and
Note: See TracChangeset for help on using the changeset viewer.