X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=INSTALL;h=750cfc45bfd6de4a96ff73ebcd4e512a395ad96b;hb=4502bb1f21d39a74cc77e92935ef1767c2f9bf14;hp=f93e5fb25ddc110f8334f5ab7a6053a6f62ae2bc;hpb=126f2b2853502a7e74e73c11b86a25510a76b9c0;p=oweals%2Fbusybox.git diff --git a/INSTALL b/INSTALL index f93e5fb25..750cfc45b 100644 --- a/INSTALL +++ b/INSTALL @@ -47,8 +47,11 @@ the only commands busybox can find are the built-in ones. Note that the standalone shell requires CONFIG_BUSYBOX_EXEC_PATH to be set appropriately, depending on whether or not /proc/self/exe is -available or not. If you do not have /proc, then point that config option +available. If you do not have /proc, then point that config option to the location of your busybox binary, usually /bin/busybox. +Another solution is to patch the kernel (see +examples/linux-*_proc_self_exe.patch) to make exec("/proc/self/exe") +always work. Configuring Busybox: ====================