diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-22 21:56:04 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-22 21:56:04 +0000 |
| commit | 82d0f92ab8b84466ae20ab919c1f9c3577b5cecb (patch) | |
| tree | 776015ae6c6a386125b2d39e13b62f91b99548f8 /sub/busybox/README.md | |
| download | lh-bootstrap-82d0f92ab8b84466ae20ab919c1f9c3577b5cecb.tar.gz | |
Initial commit
Diffstat (limited to 'sub/busybox/README.md')
| -rw-r--r-- | sub/busybox/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sub/busybox/README.md b/sub/busybox/README.md new file mode 100644 index 0000000..f3e99ae --- /dev/null +++ b/sub/busybox/README.md @@ -0,0 +1,20 @@ +README.md for sub/busybox +------------------------- + +host-full-config and host-mdev-config are two different +configuration files for busybox, which is actually built +twice during the bootstrap: + +- host-full-config is the "full" configuration for busybox, i.e. +it instructs the build process to build a busybox binary that +contains all the basic commands our host will need: coreutils, +modprobe, ifconfig, mdev, etc. That's the binary that will be +installed in /opt/busybox and linked in /bin. + +- host-mdev-config is "mdev-only". It instructs the build process +to build a busybox binary that contains *only* the mdev command +and its dependencies. That one will be copied into the initramfs: +the initramfs uses "mdev" and "mdev -s" commands, this is necessary +for coldplugging devices at boot. We don't need busybox to provide +any other commands in the initramfs because all the rest is done by +skarnet.org binaries. |
