Changeset 8ffc08dd in clfs-embedded
- Timestamp:
- Sep 14, 2012, 5:18:29 AM (12 years ago)
- Branches:
- master
- Children:
- 2e5c4b9
- Parents:
- 3036745 (diff), 3755bd1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Andrew Bradford <andrew@…> (09/14/12 05:17:53)
- git-committer:
- Andrew Bradford <andrew@…> (09/14/12 05:18:29)
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
-
Property mode
changed from
100644
to100755
r3036745 r8ffc08dd 115 115 module dependency list by issuing the following command:</para> 116 116 117 <screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map \117 <screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map-&linux-version; \ 118 118 -b ${CLFS}/lib/modules/&linux-version;</userinput></screen> 119 119 -
Property mode
changed from
-
BOOK/cleanup/chowning.xml
r3036745 r8ffc08dd 39 39 boot correctly:</para> 40 40 41 <screen><userinput>mknod -m 0666 ${CLFS} /dev/null c 1 342 mknod -m 0600 ${CLFS} /dev/console c 5 1</userinput></screen>41 <screen><userinput>mknod -m 0666 ${CLFS}-final/dev/null c 1 3 42 mknod -m 0600 ${CLFS}-final/dev/console c 5 1</userinput></screen> 43 43 44 44 </sect1> -
BOOK/general.ent
r3036745 r8ffc08dd 3 3 <!ENTITY month "09"> <!-- Use two digits --> 4 4 <!ENTITY month_name "September"> 5 <!ENTITY day " 02"> <!-- Use two digits -->5 <!ENTITY day "13"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r3036745 r8ffc08dd 37 37 --> 38 38 <listitem> 39 <para>September 13, 2012</para> 40 <itemizedlist> 41 <listitem> 42 <para>[ljump] - Fix System.map depmod command.</para> 43 </listitem> 44 <listitem> 45 <para>[ljump] - Fix console and null /dev node creation for final 46 system.</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 50 51 <listitem> 39 52 <para>September 02, 2012</para> 40 53 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.