- Timestamp:
- Jul 18, 2013, 12:05:58 PM (11 years ago)
- Branches:
- master
- Children:
- bc7fc77
- Parents:
- 6280230
- git-author:
- Andrew Bradford <andrew@…> (07/15/13 03:59:23)
- git-committer:
- Andrew Bradford <andrew@…> (07/18/13 12:05:58)
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-intro/common/introduction.xml
r6280230 r364d698 16 16 <para os="b">In this section, we explain how to compile additional packages 17 17 for use with the system. We will also cover how to configure some of the 18 Busy box Utilities.</para>18 BusyBox Utilities.</para> 19 19 20 20 </sect1> -
BOOK/bootscripts/common/mdev.xml
r6280230 r364d698 18 18 <title/> 19 19 20 <para>Is a Busy box replacement of udev. With a different rule20 <para>Is a BusyBox replacement of udev. With a different rule 21 21 base.</para> 22 22 -
BOOK/final-system/common/busybox.xml
r6280230 r364d698 9 9 <?dbhtml filename="busybox.html"?> 10 10 11 <title>Busy box-&busybox-version;</title>11 <title>BusyBox-&busybox-version;</title> 12 12 13 13 <indexterm zone="ch-system-busybox"> 14 <primary sortas="a-Busy box">Busybox</primary>14 <primary sortas="a-BusyBox">BusyBox</primary> 15 15 </indexterm> 16 16 … … 29 29 30 30 <sect2 role="installation"> 31 <title>Installation of Busy box</title>31 <title>Installation of BusyBox</title> 32 32 33 33 <!-- Version 1.18.4 does not require any "fixes" patch, none exists, yet 34 34 <para os="p1">The following patch contains a number of fixes to version 35 &busybox-version; by the Busy box developers:</para>35 &busybox-version; by the BusyBox developers:</para> 36 36 37 37 <screen os="p2"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen> … … 42 42 <screen os="b"><userinput>make distclean</userinput></screen> 43 43 44 <para os="c">The following patch contains a default configuration for busybox:</para>44 <para os="c">The following patch contains a default configuration for BusyBox:</para> 45 45 46 46 <screen os="d"><userinput>patch -Np1 -i ../&busybox-config-patch; … … 48 48 49 49 <note os="e"> 50 <para>Currently we are just telling Busy box to use a generic50 <para>Currently we are just telling BusyBox to use a generic 51 51 configuration. For those for more adventurous, you can use 52 52 <command>make menuconfig</command>, and create a custom or modified … … 77 77 78 78 <sect2 id="contents-busybox" role="content"> 79 <title>Contents of Busy box</title>79 <title>Contents of BusyBox</title> 80 80 81 81 <segmentedlist> -
BOOK/materials/common/packages.xml
r6280230 r364d698 25 25 26 26 <varlistentry> 27 <term>Busy box (&busybox-version;) - <token>&busybox-size;</token>:</term>27 <term>BusyBox (&busybox-version;) - <token>&busybox-size;</token>:</term> 28 28 <listitem> 29 29 <para>Home page: <ulink url="&busybox-home;"/></para> -
BOOK/materials/common/patches.xml
r6280230 r364d698 20 20 21 21 <varlistentry> 22 <term>Busy box Config Patch - <token>&busybox-config-patch-size;</token>:</term>22 <term>BusyBox Config Patch - <token>&busybox-config-patch-size;</token>:</term> 23 23 <listitem> 24 24 <para>Download: <ulink … … 30 30 <!-- 31 31 <varlistentry> 32 <term>Busy box Fixes Patch - <token>&busybox-fixes-patch-size;</token>:</term>32 <term>BusyBox Fixes Patch - <token>&busybox-fixes-patch-size;</token>:</term> 33 33 <listitem> 34 34 <para>Download: <ulink
Note:
See TracChangeset
for help on using the changeset viewer.