aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 731e58e41..6644481a3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -32,8 +32,10 @@ any built-in busybox applets directly, without looking for external
32programs by that name. Supplying an empty command path (as above) means 32programs by that name. Supplying an empty command path (as above) means
33the only commands busybox can find are the built-in ones. 33the only commands busybox can find are the built-in ones.
34 34
35(Note that the standalone shell currently requires /proc/self/exe to 35Note that the standalone shell requires CONFIG_BUSYBOX_EXEC_PATH
36launch new applets.) 36to be set appropriately, depending on whether or not /proc/self/exe is
37available or not. If you do not have /proc, then point that config option
38to the location of your busybox binary, usually /bin/busybox.
37 39
38Configuring Busybox: 40Configuring Busybox:
39==================== 41====================