diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-26 22:01:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-26 22:01:43 +0000 |
commit | 8262508fc4456b5230216473ea14c897268ba791 (patch) | |
tree | d172eebb211e84b023fe70fc14f201745635a7f0 /sources/target_skeleton/etc/inittab | |
parent | 085ba9f45190345249c56562bbccf05bc63e1476 (diff) |
With this update, everything now works as expected.
-Erik
Diffstat (limited to 'sources/target_skeleton/etc/inittab')
-rw-r--r-- | sources/target_skeleton/etc/inittab | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sources/target_skeleton/etc/inittab b/sources/target_skeleton/etc/inittab index 2e91bd1e6..8575ced99 100644 --- a/sources/target_skeleton/etc/inittab +++ b/sources/target_skeleton/etc/inittab @@ -24,10 +24,9 @@ tty2::respawn:/sbin/getty 38400 tty2 #ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 # Logging junk -tty2::once:/bin/touch /var/log/messages +tty3::once:/bin/touch /var/log/messages tty3::respawn:/usr/bin/tail -f /var/log/messages -tty4::once:/bin/dmesg -tty4::respawn:/usr/bin/tail -f /proc/kmsg +::respawn:/sbin/klogd -n # Stuff to do for the 3-finger salute ::ctrlaltdel:/sbin/reboot |