BusyBox
From LFScript
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