diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-05-28 00:17:42 -0300 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2009-07-18 13:33:00 +1000 |
commit | da966f2da8fc670e17f753b22b1365fdd72e1499 (patch) | |
tree | 74775fdf3e05f5ad3858450039f4614d5cdd693a /inittab | |
parent | ad1e81556aa351fea39ed6eaf6efbed0ba7ce894 (diff) |
Convert to new initscript to new virtual console scheme2009.07-1
Just convert vc/N to ttyN in all required places.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'inittab')
-rw-r--r-- | inittab | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -24,12 +24,12 @@ rh:06:wait:/etc/rc.shutdown su:S:wait:/sbin/sulogin -p # -8 options fixes umlauts problem on login -c1:2345:respawn:/sbin/agetty -8 38400 vc/1 linux -c2:2345:respawn:/sbin/agetty -8 38400 vc/2 linux -c3:2345:respawn:/sbin/agetty -8 38400 vc/3 linux -c4:2345:respawn:/sbin/agetty -8 38400 vc/4 linux -c5:2345:respawn:/sbin/agetty -8 38400 vc/5 linux -c6:2345:respawn:/sbin/agetty -8 38400 vc/6 linux +c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux +c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux +c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux +c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux +c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux +c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux ca::ctrlaltdel:/sbin/shutdown -t3 -r now |