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
  • final-preps/creatingtoolsdir.xml

    r62c1c5dd r987edf2b  
    2424  <systemitem class="username">root</systemitem>:</para>
    2525
    26 <screen><userinput>install -d $LFS/tools</userinput></screen>
     26<screen><userinput>install -dv $LFS/tools</userinput></screen>
    2727
    2828  <para>The next step is to create a <filename class="symlink">/tools</filename>
     
    3131  class="username">root</systemitem> as well:</para>
    3232
    33 <screen><userinput>ln -s $LFS/tools /</userinput></screen>
     33<screen><userinput>ln -sv $LFS/tools /</userinput></screen>
    3434
    3535  <note>
Note: See TracChangeset for help on using the changeset viewer.