/
niceSOFT
/
kbd
Обзор
Документация
Войти
/
niceSOFT
/
kbd
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/README.init
17 строк
557 B
Alexey Gladkov
Move openvt into main sources tree
30 ноя 2007, 18:06
30 ноя 2007, 18:06
03f9654
Код
Авторство
О чём код?
You don't have to log into a getty on every virtual console anymore: just run a single getty on tty1, put this line in your /etc/inittab: kb::kbrequest:/usr/bin/openvt -us and put this in your rc.local (or equivalent): echo "alt keycode 103 = Spawn_Console" | loadkeys Then, once you login, you can press alt-up-arrow to spawn another virtual console. This behavior requires a recent sysvinit package. I used 2.64, but as early as 2.60 might support it. You also must be using the proc filesystem. WARNING: this may circumvent vlock. Joshua Spoerri