Opened 13 years ago
Closed 12 years ago
#867 closed defect (fixed)
Kernel Build System.map Typo
Reported by: | Andrew Bradford | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | CLFS Embedded 1.0.0 |
Component: | BOOK | Version: | CLFS Embedded GIT |
Keywords: | Cc: |
Description
Lance Jump reported the following on clfs-support mailing list (archive here: http://lists.cross-lfs.org/pipermail/clfs-support-cross-lfs.org/2011-October/001270.html):
In section 9.3.1 (Installation of the Kernel). In it, you are asked to copy system.map:
cp System.map ${CLFS}/boot/System.map-2.6.38.2
and later asked to build the module dependencies:
${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map \ -b ${CLFS}/lib/modules/2.6.38.2
But at that point the name of the file is "${CLFS}/boot/System.map-2.6.38.2" rather than "${CLFS}/boot/System.map" as indicated in the last line.
Note:
See TracTickets
for help on using tickets.
Commit c9c106fa53720ad98ffa1159e070fe0f0c229625 in my git repo fixes this. Once that's pulled into mainline, this ticket can be closed.