diff options
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 12 |
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 |