aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-01-06 16:01:11 -0600
committerRob Landley <rob@landley.net>2008-01-06 16:01:11 -0600
commitdaa7fe6c32a6d6b1b8f0c1754acb0ab6bdbe9186 (patch)
tree8e3f85050016a4f83858eed4f2ef6d5528f1612c /toys/Config.in
parent797a4c3734dab0d70ce6d485acbb4bf922e775c7 (diff)
downloadtoybox-daa7fe6c32a6d6b1b8f0c1754acb0ab6bdbe9186.tar.gz
Add chvt from David Anders.
Diffstat (limited to 'toys/Config.in')
-rw-r--r--toys/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in
index 0539c1c4..4fabd6ef 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -48,6 +48,18 @@ config CHROOT
Run command within a new root directory. If no command, run /bin/sh.
+config CHVT
+ bool "chvt"
+ default y
+ help
+ usage: chvt N
+
+ Change to virtual terminal number N. (This only works in text mode.)
+
+ Virtual terminals are the Linux VGA text mode displays, ordinarily
+ switched between via alt-F1, alt-F2, etc. Use ctrl-alt-F1 to switch
+ from X to a virtual terminal, and alt-F6 (or F7, or F8) to get back.
+
config COUNT
bool "count"
default y