Changeset 65df7b1 in clfs-sysroot for BOOK/partitioning


Ignore:
Timestamp:
Sep 15, 2006, 5:36:32 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
3cf7854
Parents:
5ae7889
Message:

Change occurences of to $\{VARIABLE\} for consistency

File:
1 edited

Legend:

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

    r5ae7889 r65df7b1  
    2626  running:</para>
    2727
    28 <screen><userinput>mkdir -pv $CLFS
    29 mount -v /dev/<replaceable>[xxx]</replaceable> $CLFS</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 $CLFS
    39 mount -v /dev/<replaceable>[xxx]</replaceable> $CLFS
    40 mkdir -v $CLFS/usr
    41 mount -v /dev/<replaceable>[yyy]</replaceable> $CLFS/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.