Main / Busybox
Standard core userspace toolset for embedded Linux devices and Linux distribution installation. Single binary that combines many useful command line tools. Inclusions are customizable (.config file with CONFIG_ assignments generated by make system). Uses the ash shell. First app to run on target (/sbin/init is sym link to /bin/busybox): Remember that the busybox version of these tools is often quite different from the full version that you could install with a package manager on your desktop, for example. Many of the options and features are removed, as they use kind of a stripped down version of the tool codebase for creating the busybox version. |