Changeset 537fc5a in clfs-embedded for BOOK/final-system
- Timestamp:
- Mar 7, 2011, 12:27:01 PM (14 years ago)
- Branches:
- master
- Children:
- 62a8529
- Parents:
- d38764e
- git-author:
- Andrew Bradford <bradfa@…> (02/27/11 19:13:22)
- git-committer:
- Andrew Bradford <bradfa@…> (03/07/11 12:27:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/busybox.xml
rd38764e r537fc5a 18 18 <title/> 19 19 20 <para>BusyBox combines tiny versions of many common UNIX utilities into a single small 21 executable. It provides replacements for most of the utilities you usually find in GNU 22 fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than 23 their full-featured GNU cousins; however, the options that are included provide the 24 expected functionality and behave very much like their GNU counterparts. BusyBox provides 20 <para>BusyBox combines tiny versions of many common UNIX utilities into a 21 single small executable. It provides replacements for most of the utilities 22 you usually find in GNU fileutils, shellutils, etc. The utilities in 23 BusyBox generally have fewer options than their full-featured GNU cousins; 24 however, the options that are included provide the expected functionality 25 and behave very much like their GNU counterparts. BusyBox provides 25 26 a fairly complete environment for any small or embedded system.</para> 26 27 … … 61 62 CONFIG_PREFIX="${CLFS}" install</userinput></screen> 62 63 63 <para os="j">If your going to build your kernel with modules, you will need to make64 sure <command>depmod.pl</command> is available:</para>64 <para os="j">If your going to build your kernel with modules, you will need 65 to make sure <command>depmod.pl</command> is available:</para> 65 66 66 67 <screen os="k"><userinput>cp examples/depmod.pl ${CLFS}/cross-tools/bin
Note:
See TracChangeset
for help on using the changeset viewer.