Changeset 1cfc0ed in clfs-embedded
- Timestamp:
- Oct 15, 2013, 1:00:05 PM (11 years ago)
- Branches:
- master
- Children:
- b42c094
- Parents:
- d451637
- git-author:
- Andrew Bradford <andrew@…> (10/14/13 12:49:28)
- git-committer:
- Andrew Bradford <andrew@…> (10/15/13 13:00:05)
- Location:
- BOOK/cleanup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cleanup/chowning.xml
rd451637 r1cfc0ed 28 28 entire CLFS system:</para> 29 29 30 <screen><userinput>chown -Rv root:root ${CLFS} -final</userinput></screen>30 <screen><userinput>chown -Rv root:root ${CLFS}/targetfs</userinput></screen> 31 31 32 32 <para>The following files should not to belong to the … … 34 34 to the <systemitem class="groupname">utmp</systemitem> group (group 13):</para> 35 35 36 <screen><userinput>chgrp -v 13 ${CLFS} -final/var/run/utmp ${CLFS}-final/var/log/lastlog</userinput></screen>36 <screen><userinput>chgrp -v 13 ${CLFS}/targetfs/var/run/utmp ${CLFS}/targetfs/var/log/lastlog</userinput></screen> 37 37 38 38 <para>The following device nodes need to be created for some systems to 39 39 boot correctly:</para> 40 40 41 <screen><userinput>mknod -m 0666 ${CLFS} -final/dev/null c 1 342 mknod -m 0600 ${CLFS} -final/dev/console c 5 1</userinput></screen>41 <screen><userinput>mknod -m 0666 ${CLFS}/targetfs/dev/null c 1 3 42 mknod -m 0600 ${CLFS}/targetfs/dev/console c 5 1</userinput></screen> 43 43 44 44 </sect1> -
BOOK/cleanup/copy-to-target.xml
rd451637 r1cfc0ed 17 17 18 18 <screen><userinput>install -dv ${CLFS}/build 19 cd ${CLFS} -final19 cd ${CLFS}/targetfs 20 20 tar jcfv ${CLFS}/build/clfs-embedded.tar.bz2 *</userinput></screen> 21 21
Note:
See TracChangeset
for help on using the changeset viewer.