Changeset 537fc5a in clfs-embedded for BOOK/final-system/common/busybox.xml


Ignore:
Timestamp:
Mar 7, 2011, 4:27:01 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
62a8529
Parents:
d38764e
git-author:
Andrew Bradford <bradfa@…> (02/27/11 11:13:22)
git-committer:
Andrew Bradford <bradfa@…> (03/07/11 04:27:01)
Message:

Busybox xml consistency clean-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/busybox.xml

    rd38764e r537fc5a  
    1818    <title/>
    1919
    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
    2526     a fairly complete environment for any small or embedded system.</para>
    2627
     
    6162  CONFIG_PREFIX="${CLFS}" install</userinput></screen>
    6263
    63     <para os="j">If your going to build your kernel with modules, you will need to make
    64     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>
    6566
    6667<screen os="k"><userinput>cp examples/depmod.pl ${CLFS}/cross-tools/bin
Note: See TracChangeset for help on using the changeset viewer.