Changeset 987edf2b for partitioning


Ignore:
Timestamp:
Feb 21, 2006, 2:18:26 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
de6bc65
Parents:
62c1c5dd
Message:

r1116@server (orig r1114): chris | 2006-01-30 22:35:31 -0800
Started adding -v to commands that accept it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • partitioning/common/mounting.xml

    r62c1c5dd r987edf2b  
    2626  running:</para>
    2727
    28 <screen><userinput>mkdir -p $LFS
    29 mount /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen>
     28<screen><userinput>mkdir -pv $LFS
     29mount -v /dev/<replaceable>[xxx]</replaceable> $LFS</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 -p $LFS
    39 mount /dev/<replaceable>[xxx]</replaceable> $LFS
    40 mkdir $LFS/usr
    41 mount /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen>
     38<screen><userinput>mkdir -pv $LFS
     39mount -v /dev/<replaceable>[xxx]</replaceable> $LFS
     40mkdir -v $LFS/usr
     41mount -v /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen>
    4242
    4343  <para>Replace <replaceable>[xxx]</replaceable> and
Note: See TracChangeset for help on using the changeset viewer.