We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2b0f3 commit ee0d4cdCopy full SHA for ee0d4cd
INSTALL
@@ -47,8 +47,11 @@ the only commands busybox can find are the built-in ones.
47
48
Note that the standalone shell requires CONFIG_BUSYBOX_EXEC_PATH
49
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
+available. If you do not have /proc, then point that config option
51
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.
55
56
Configuring Busybox:
57
====================
0 commit comments