diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-31 09:12:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-31 09:12:02 +0000 |
commit | 151743918d1cb706052ddc642a5190e9cb8cd5dc (patch) | |
tree | d964b0c7d17a1fca829abbc3fd85536e3d570c1b /sub/busybox/README.md | |
parent | 8286add1116697498fe44b9de347476fa9a33833 (diff) | |
download | lh-bootstrap-151743918d1cb706052ddc642a5190e9cb8cd5dc.tar.xz |
Update versions (save kernel) to current for 2017-10-31; replace mdev with mdevd
Diffstat (limited to 'sub/busybox/README.md')
-rw-r--r-- | sub/busybox/README.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sub/busybox/README.md b/sub/busybox/README.md deleted file mode 100644 index f3e99ae..0000000 --- a/sub/busybox/README.md +++ /dev/null @@ -1,20 +0,0 @@ -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. |