diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:57:02 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:57:02 +0100 |
commit | 2903c15333636ae51db14cab009533bac68c8a30 (patch) | |
tree | 11a49598f98c505c021202564348c5639e2fb0b1 /INSTALL | |
parent | 5fc2c035953f71992197f6025918a8fe79ade1d3 (diff) | |
parent | f5234398ef3010b68468cafe3e2ea89b2bb08a17 (diff) | |
download | busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.tar.gz busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.tar.bz2 busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.zip |
Merge commit '1_20_0' into merge
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -47,8 +47,11 @@ the only commands busybox can find are the built-in ones. | |||
47 | 47 | ||
48 | Note that the standalone shell requires CONFIG_BUSYBOX_EXEC_PATH | 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 | 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 | 50 | available. If you do not have /proc, then point that config option |
51 | to the location of your busybox binary, usually /bin/busybox. | 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. | ||
52 | 55 | ||
53 | Configuring Busybox: | 56 | Configuring Busybox: |
54 | ==================== | 57 | ==================== |