5 lines
174 B
Text
5 lines
174 B
Text
|
#!/bin/sh
|
||
|
## Run getty on serial port
|
||
|
sed -i -e "s/#ttyS0::respawn:\/sbin\/getty -L ttyS0 115200 vt100/ttymxc0::respawn:\/sbin\/getty -L ttymxc0 115200 vt100/" /etc/inittab
|
||
|
|