Difference between revisions of "BusyBox"

From LFScript
(Upgrade to 1.22.1)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
[[Category:Scripts]]
 
<scriptname>busybox</scriptname>
 
<scriptname>busybox</scriptname>
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://busybox.net/downloads/busybox-1.22.1.tar.bz2</sourcecode>
+
* <sourcecode>https://busybox.net/downloads/busybox-1.26.2.tar.bz2</sourcecode>
  
<md5>337d1a15ab1cb1d4ed423168b1eb7d7e busybox-1.22.1.tar.bz2</md5>
+
<md5>bb59d25ee2643db20f212eec539429f1 busybox-1.26.2.tar.bz2</md5>
  
 
== Installation ==
 
== Installation ==

Latest revision as of 17:17, 27 February 2017

LFScript can find this software under the name busybox.

Sources


MD5 Checksums:

bb59d25ee2643db20f212eec539429f1  busybox-1.26.2.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