aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
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