Changeset 434f6d7 in clfs-embedded for BOOK/bootable


Ignore:
Timestamp:
Sep 13, 2012, 6:02:03 AM (12 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
2cfff80
Parents:
1a6ffe8
git-author:
Lance Jump <lancej29@…> (10/11/11 15:13:38)
git-committer:
Andrew Bradford <andrew@…> (09/13/12 06:02:03)
Message:

bootable/*/kernel: Fix System.map depmod command

Correct name of System.map in depmod command, version prefix missing.
See http://trac.cross-lfs.org/ticket/867.

Signed-off-by: Andrew Bradford <andrew@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/x86/kernel.xml

    • Property mode changed from 100644 to 100755
    r1a6ffe8 r434f6d7  
    115115    module dependency list by issuing the following command:</para>
    116116
    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; \
    118118    -b ${CLFS}/lib/modules/&linux-version;</userinput></screen>
    119119
Note: See TracChangeset for help on using the changeset viewer.