source: client/boot-tools/includes/etc/inittab @ b2aae05

Last change on this file since b2aae05 was 71643c0, checked in by ramon <ramongomez@…>, 13 years ago

Integrar versión 1.0.2 en rama trunk (modificar #464).

git-svn-id: https://opengnsys.es/svn/trunk@2404 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 526 bytes
Line 
1# This is run first except when booting in single-user mode
2#
3#::sysinit:/opt/opengnsys/etc/preinit/defaultTESTING.sh
4# /bin/sh invocations on selected ttys
5#
6# Start an "askfirst" shell on the console (whatever that may be)
7#::askfirst:/bin/sh
8# Start an "askfirst" shell on /dev/tty2-4
9#tty1::respawn:/sbin/getty 38400 tty1
10tty1::respawn:/opt/opengnsys/etc/preinit/default.sh
11tty2::respawn:/sbin/getty 38400 tty2
12tty3::respawn:/sbin/getty 38400 tty3
13tty4::respawn:/sbin/getty 38400 tty4
14tty5::respawn:/sbin/getty 38400 tty5
Note: See TracBrowser for help on using the repository browser.