~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to config/install/inittab

  • Committer: Stefan Schantl
  • Date: 2009-12-01 20:49:00 UTC
  • mfrom: (2163.1.13)
  • Revision ID: git-v1:80508b5fe2699f85686b60e3b5264232f5d0d71c
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
::sysinit:/etc/rc
3
3
 
4
4
# Run gettys in standard runlevels
5
 
tty1::respawn:/bin/iowrap /dev/tty1 /bin/ash --login -c "/bin/install /dev/tty2"
 
5
console::respawn:/bin/iowrap /dev/console /bin/ash --login -c "/bin/install /dev/tty2"
6
6
tty2::respawn:/bin/iowrap /dev/tty2 /bin/ash --login
7
7
tty3::respawn:/bin/iowrap /dev/tty3 /bin/ash --login
8
8