mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/initscripts: fixed inittab.armv7 for ttyO2
This commit is contained in:
parent
649b2462f2
commit
7263d484e3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ rh:06:wait:/etc/rc.shutdown
|
|||
su:S:wait:/sbin/sulogin -p
|
||||
|
||||
# -8 options fixes umlauts problem on login
|
||||
s0:12345:respawn:/sbin/agetty -8 -s 115200 ttyS0 linux
|
||||
s0:12345:respawn:/sbin/agetty -8 -s 115200 ttyO2 linux
|
||||
c1:2345:respawn:/sbin/agetty -8 -s 38400 tty1 linux
|
||||
c2:2345:respawn:/sbin/agetty -8 -s 38400 tty2 linux
|
||||
c3:2345:respawn:/sbin/agetty -8 -s 38400 tty3 linux
|
||||
|
|
Loading…
Reference in a new issue