Changeset 586feb7 in clfs-sysroot for BOOK/partitioning


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/partitioning/common/mounting.xml

    r89c10a9 r586feb7  
    2121  environment variable by running:</para>
    2222
    23 <screen><userinput>export LFS=/mnt/lfs</userinput></screen>
     23<screen><userinput>export CLFS=/mnt/lfs</userinput></screen>
    2424
    2525  <para>Next, create the mount point and mount the CLFS file system by
    2626  running:</para>
    2727
    28 <screen><userinput>mkdir -pv $LFS
    29 mount -v /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen>
     28<screen><userinput>mkdir -pv $CLFS
     29mount -v /dev/<replaceable>[xxx]</replaceable> $CLFS</userinput></screen>
    3030
    3131  <para>Replace <replaceable>[xxx]</replaceable> with the designation of
     
    3636  class="directory">/usr</filename>), mount them using:</para>
    3737
    38 <screen><userinput>mkdir -pv $LFS
    39 mount -v /dev/<replaceable>[xxx]</replaceable> $LFS
    40 mkdir -v $LFS/usr
    41 mount -v /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen>
     38<screen><userinput>mkdir -pv $CLFS
     39mount -v /dev/<replaceable>[xxx]</replaceable> $CLFS
     40mkdir -v $CLFS/usr
     41mount -v /dev/<replaceable>[yyy]</replaceable> $CLFS/usr</userinput></screen>
    4242
    4343  <para>Replace <replaceable>[xxx]</replaceable> and
Note: See TracChangeset for help on using the changeset viewer.