Ignore:
Timestamp:
Feb 21, 2006, 2:18:26 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f729ad2
Parents:
de1676e
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
  • BOOK/partitioning/common/mounting.xml

    rde1676e r3c17f8e  
    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.