Changeset 2d6f66b in clfs-embedded for BOOK/final-system/common
- Timestamp:
- Apr 26, 2017, 10:00:15 AM (8 years ago)
- Branches:
- master
- Children:
- 73d7997
- Parents:
- a67ab57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/busybox.xml
ra67ab57 r2d6f66b 73 73 74 74 <para os="l">If you're going to build your kernel with modules, you will need 75 to make sure <command>depmod.pl</command> is available:</para> 75 to make sure <command>depmod.pl</command> is available for your host to 76 execute:</para> 76 77 77 <screen os="m"><userinput>cp examples/depmod.pl ${CLFS}/cross-tools/bin78 chmod 755 ${CLFS}/cross-tools/bin/depmod.pl</userinput></screen>78 <screen os="m"><userinput>cp -v examples/depmod.pl ${CLFS}/cross-tools/bin 79 chmod -v 755 ${CLFS}/cross-tools/bin/depmod.pl</userinput></screen> 79 80 80 81 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.