Changeset 3ca2208 in clfs-embedded for BOOK/bootable
- Timestamp:
- Jul 15, 2007, 8:29:34 AM (17 years ago)
- Branches:
- master
- Children:
- 00b1e11
- Parents:
- 39a9ea5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
r39a9ea5 r3ca2208 43 43 packages outside of CLFS at <ulink 44 44 url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para> 45 45 46 46 <note os="f"><para>Since we are building for an embedded system we need to make sure 47 47 our key components are built into the kernel and not as modules. Our key … … 111 111 <screen os="v"><userinput>cp System.map ${CLFS}/boot/System.map-&linux-version;</userinput></screen> 112 112 113 <para os="w">If we compiled our kernel with modules and we made sure depmod.pl 114 is avaiable from busybox, we need to create the module dependency list by 115 issuing the following command:</para> 116 117 <screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map -b ${CLFS}/lib/modules/&linux-version;</userinput></screen> 113 <para os="w">If we compiled our kernel with modules and we made sure 114 <command>depmod.pl</command> is avaiable from BusyBox, we need to create the 115 module dependency list by issuing the following command:</para> 116 117 <screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map \ 118 -b ${CLFS}/lib/modules/&linux-version;</userinput></screen> 118 119 119 120 <para os="y">The kernel configuration file <filename>.config</filename>
Note:
See TracChangeset
for help on using the changeset viewer.