comparison toys/Config.in @ 229:87390c3700c1

Add chvt from David Anders.
author Rob Landley <rob@landley.net>
date Sun, 06 Jan 2008 16:01:11 -0600
parents b4ec652305df
children 31dc682c18ad
comparison
equal deleted inserted replaced
228:90f763207f56 229:87390c3700c1
45 default y 45 default y
46 help 46 help
47 usage: chroot NEWPATH [commandline...] 47 usage: chroot NEWPATH [commandline...]
48 48
49 Run command within a new root directory. If no command, run /bin/sh. 49 Run command within a new root directory. If no command, run /bin/sh.
50
51 config CHVT
52 bool "chvt"
53 default y
54 help
55 usage: chvt N
56
57 Change to virtual terminal number N. (This only works in text mode.)
58
59 Virtual terminals are the Linux VGA text mode displays, ordinarily
60 switched between via alt-F1, alt-F2, etc. Use ctrl-alt-F1 to switch
61 from X to a virtual terminal, and alt-F6 (or F7, or F8) to get back.
50 62
51 config COUNT 63 config COUNT
52 bool "count" 64 bool "count"
53 default y 65 default y
54 help 66 help