diff options
author | Rob Landley <rob@landley.net> | 2007-12-03 19:28:51 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-03 19:28:51 -0600 |
commit | 8e34ca64823183b94c5e1fdc632b311bafc5d9da (patch) | |
tree | c59abeeef90bb1d7e6d705ad4c1753d147979917 /toys/Config.in | |
parent | f76040136405d824fa8c2c47f7643c31f52bff93 (diff) | |
download | toybox-8e34ca64823183b94c5e1fdc632b311bafc5d9da.tar.gz |
Add chroot.
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 8 |
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 |