aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-12-03 19:28:51 -0600
committerRob Landley <rob@landley.net>2007-12-03 19:28:51 -0600
commit8e34ca64823183b94c5e1fdc632b311bafc5d9da (patch)
treec59abeeef90bb1d7e6d705ad4c1753d147979917 /toys/Config.in
parentf76040136405d824fa8c2c47f7643c31f52bff93 (diff)
downloadtoybox-8e34ca64823183b94c5e1fdc632b311bafc5d9da.tar.gz
Add chroot.
Diffstat (limited to 'toys/Config.in')
-rw-r--r--toys/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in
index a53c11f1..ba2bbf32 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -40,6 +40,14 @@ config CATV
-t Show tabs as ^I
-v Don't use ^x or M-x escapes.
+config CHROOT
+ bool "chroot"
+ default y
+ help
+ usage: chroot NEWPATH [commandline...]
+
+ Run command within a new root directory. If no command, run /bin/sh.
+
config COUNT
bool "count"
default y