aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-09-24 01:25:39 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-09-24 01:25:39 +0000
commit7a19ad69e351192b3f97e95863291aa4300ea63e (patch)
tree30026aced2d1ac11cdb13cb5814e1a9da5ef0fe3
parentda1b812632ccfb478815e81502c64bb9a5942ac6 (diff)
downloadbusybox-w32-7a19ad69e351192b3f97e95863291aa4300ea63e.tar.gz
busybox-w32-7a19ad69e351192b3f97e95863291aa4300ea63e.tar.bz2
busybox-w32-7a19ad69e351192b3f97e95863291aa4300ea63e.zip
A bit of extra explanation regarding STANDALONE
git-svn-id: svn://busybox.net/trunk/busybox@9272 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--shell/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in
index c8f4a936c..5824d1200 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -178,6 +178,11 @@ config CONFIG_FEATURE_SH_STANDALONE_SHELL
178 is generally used when creating a staticly linked version of busybox 178 is generally used when creating a staticly linked version of busybox
179 for use as a rescue shell, in the event that you screw up your system. 179 for use as a rescue shell, in the event that you screw up your system.
180 180
181 Note that when using this option, the shell will attempt to directly
182 run '/bin/busybox'. If you do not have the busybox binary sitting in
183 that exact location with that exact name, this option will not work at
184 all.
185
181config CONFIG_FEATURE_COMMAND_EDITING 186config CONFIG_FEATURE_COMMAND_EDITING
182 bool "command line editing" 187 bool "command line editing"
183 default n 188 default n