diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2007-10-18 08:43:28 +0000 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2007-10-18 08:43:28 +0000 |
commit | fa4866f0adce9c3e0bfc09fb878eebb99797c338 (patch) | |
tree | d881077369a0c811db6c8250972572b3ba01cec4 /inittab | |
parent | 8649f79e8e0027bd46da8b13f6d8ac5465471c35 (diff) |
'upgpkg: trying to fix #6237,7554,7165,7641,5740'
Diffstat (limited to 'inittab')
-rw-r--r-- | inittab | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -19,12 +19,13 @@ rm:2345:wait:/etc/rc.multi rh:06:wait:/etc/rc.shutdown su:S:wait:/sbin/sulogin -p -c1:2345:respawn:/sbin/agetty 38400 vc/1 linux -c2:2345:respawn:/sbin/agetty 38400 vc/2 linux -c3:2345:respawn:/sbin/agetty 38400 vc/3 linux -c4:2345:respawn:/sbin/agetty 38400 vc/4 linux -c5:2345:respawn:/sbin/agetty 38400 vc/5 linux -c6:2345:respawn:/sbin/agetty 38400 vc/6 linux +# -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 ca::ctrlaltdel:/sbin/shutdown -t3 -r now |