Changeset 6590da6 in clfs-embedded for BOOK/final-system/common
- Timestamp:
- Apr 19, 2017, 12:37:22 PM (8 years ago)
- Branches:
- master
- Children:
- ccc6724
- Parents:
- c4d9f4b
- git-author:
- Andrew Bradford <andrew@…> (04/19/17 12:27:08)
- git-committer:
- Andrew Bradford <andrew@…> (04/19/17 12:37:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/creatingfiles.xml
rc4d9f4b r6590da6 37 37 <para>A proper Linux system maintains a list of the mounted file systems in 38 38 the file <filename>/etc/mtab</filename>. With the way our embedded system is 39 isdesigned, we will be using a symlink to <filename>/proc/mounts</filename>:</para>39 designed, we will be using a symlink to <filename>/proc/mounts</filename>:</para> 40 40 41 41 <screen><userinput>ln -svf ../proc/mounts ${CLFS}/targetfs/etc/mtab</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.