aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL5
1 files changed, 4 insertions, 1 deletions
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.
47 47
48Note that the standalone shell requires CONFIG_BUSYBOX_EXEC_PATH 48Note that the standalone shell requires CONFIG_BUSYBOX_EXEC_PATH
49to be set appropriately, depending on whether or not /proc/self/exe is 49to be set appropriately, depending on whether or not /proc/self/exe is
50available or not. If you do not have /proc, then point that config option 50available. If you do not have /proc, then point that config option
51to the location of your busybox binary, usually /bin/busybox. 51to the location of your busybox binary, usually /bin/busybox.
52Another solution is to patch the kernel (see
53examples/linux-*_proc_self_exe.patch) to make exec("/proc/self/exe")
54always work.
52 55
53Configuring Busybox: 56Configuring Busybox:
54==================== 57====================