aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-10 13:40:16 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-10 13:40:16 +0000
commit32f3ebf08f1c3fbd7279cb031efc87a9ddfa5502 (patch)
tree15bfe0d56f0427a46cedaf9c767d31cfe98216f1 /docs
parent2ea630f9a50b439181aedb0a5d837d319deed9f5 (diff)
downloadbusybox-32f3ebf08f1c3fbd7279cb031efc87a9ddfa5502.tar.gz
- add an anchor to let me point people to FAQ.html#standalone_shell
easily.
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/FAQ.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html
index 4501fd0a0..c751f7521 100644
--- a/docs/busybox.net/FAQ.html
+++ b/docs/busybox.net/FAQ.html
@@ -82,7 +82,8 @@ have additions to this FAQ document, we would love to add them,
to determine which applet to run, as shown above.
</p>
<p>
- BusyBox also has a feature called the "standalone shell", where the busybox
+ BusyBox also has a feature called the
+ <a name="standalone_shell">"standalone shell"</a>, where the busybox
shell runs any built-in applets before checking the command path. This
feature is also enabled by "make allyesconfig", and to try it out run
the command line "PATH= ./busybox ash". This will blank your command path
@@ -96,7 +97,15 @@ have additions to this FAQ document, we would love to add them,
(So if you set it to /proc/self/exe, and happen to be able to chroot into
your rootfs, you must mount /proc beforehand.)
</p>
-
+<p>
+ A typical indication that you set CONFIG_BUSYBOX_EXEC_PATH to proc but
+ forgot to mount proc is:
+<pre>
+$ /bin/echo $PATH
+/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
+$ echo $PATH
+/bin/sh: echo: not found
+</pre>
<hr />
<p>
<h2><a name="configure">How do I configure busybox?</a></h2>