busybox cross-compilation example. We create standalone busybox and create
minimal rootfs, prepare and pack for booting.
cd /tmp
mkdir zero_builder
cd zero_builder
git clone https://github.com/hyphop/miZy-busybox
cd miZy-busybox
./prepare
./build
./pack
./show
./build menuconfig
./build install
wget https://raw.githubusercontent.com/hyphop/miZy-busybox/master/make_it_easy -O- | sh -
- squashfs-tools ( apt-get install squashfs-tools )
- ...
- https://github.com/hyphop/miZy - related project
- https://en.wikipedia.org/wiki/Musl - read about musl
- https://travis-ci.com/hyphop/miZy-busybox - check building status for this subj
this material created for free usage, but author have spend a some time for write it , and be happy get some feedback as donation from u ) ....
## hyphop ##
cat ./LICENSE