File: README.init

package info (click to toggle)
open 1.4-9
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 88 kB
  • ctags: 24
  • sloc: ansic: 242; makefile: 67; sh: 41
file content (17 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/open -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