Changeset 9b0a535 in clfs-embedded for BOOK/final-preps
- Timestamp:
- Nov 21, 2006, 6:46:42 AM (18 years ago)
- Branches:
- master
- Children:
- ffd218b
- Parents:
- f23b5ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/creatingfiles.xml
rf23b5ee r9b0a535 35 35 </indexterm> 36 36 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 37 43 <para>In order for user <systemitem class="username">root</systemitem> to be 38 44 able to login and for the name <quote>root</quote> to be recognized, there
Note:
See TracChangeset
for help on using the changeset viewer.