Changeset 9b0a535 in clfs-embedded for BOOK/final-preps


Ignore:
Timestamp:
Nov 20, 2006, 10:46:42 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
ffd218b
Parents:
f23b5ee
Message:

Typo and Text Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/creatingfiles.xml

    rf23b5ee r9b0a535  
    3535  </indexterm>
    3636
     37  <para>A proper Linux system maintains a list of the mounted file systems in
     38  the file <filename>/etc/mtab</filename>.  With the way our embedded system is
     39  is designed, we will be using a symlink to <filename>/proc/mounts</filename>:</para>
     40
     41<screen><userinput>ln -svf ../proc/mounts ${CLFS}/etc/mtab</userinput></screen>
     42 
    3743  <para>In order for user <systemitem class="username">root</systemitem> to be
    3844  able to login and for the name <quote>root</quote> to be recognized, there
Note: See TracChangeset for help on using the changeset viewer.