Skip to content

Commit ee0d4cd

Browse files
author
Denys Vlasenko
committed
Tweak INSTALL text
Signed-off-by: Denys Vlasenko <[email protected]>
1 parent 0b2b0f3 commit ee0d4cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

INSTALL

+4-1
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ the only commands busybox can find are the built-in ones.
4747

4848
Note that the standalone shell requires CONFIG_BUSYBOX_EXEC_PATH
4949
to be set appropriately, depending on whether or not /proc/self/exe is
50-
available or not. If you do not have /proc, then point that config option
50+
available. If you do not have /proc, then point that config option
5151
to the location of your busybox binary, usually /bin/busybox.
52+
Another solution is to patch the kernel (see
53+
examples/linux-*_proc_self_exe.patch) to make exec("/proc/self/exe")
54+
always work.
5255

5356
Configuring Busybox:
5457
====================

0 commit comments

Comments
 (0)