BusyBox: Difference between revisions

From LFScript
Upgrade to 1.22.1
No edit summary
Line 1: Line 1:
[[Category:Scripts]]
<scriptname>busybox</scriptname>
<scriptname>busybox</scriptname>



Revision as of 13:54, 14 June 2014

LFScript can find this software under the name busybox.

Sources


MD5 Checksums:

337d1a15ab1cb1d4ed423168b1eb7d7e  busybox-1.22.1.tar.bz2

Installation

Like the Linux kernel, BusyBox can be configured using make menuconfig. However, the following commands build a busybox executable suitable for use in a Live CD:

make defconfig &&
sed 's/# CONFIG_STATIC is not set/CONFIG_STATIC=y/' -i .config
make

As the root user:

cp -v busybox /bin