BusyBox

From LFScript
Revision as of 21:53, 8 June 2014 by Marcel (talk | contribs) (Upgrade to 1.22.1)

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