aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-04-17 12:28:13 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-04-17 12:28:13 +0200
commitee0d4cd8cb64a4ef7f10a89c7d51145d44cc6d49 (patch)
treee8e7bd8cf33fb4e27b814eb8e2fa880f78507789
parent0b2b0f31a38d77ebfb2a6416011562687ef58191 (diff)
downloadbusybox-w32-ee0d4cd8cb64a4ef7f10a89c7d51145d44cc6d49.tar.gz
busybox-w32-ee0d4cd8cb64a4ef7f10a89c7d51145d44cc6d49.tar.bz2
busybox-w32-ee0d4cd8cb64a4ef7f10a89c7d51145d44cc6d49.zip
Tweak INSTALL text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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====================