6 lines
107 B
Text
6 lines
107 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Enable getty on UART
|
||
|
echo "ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100" >> /etc/inittab
|
||
|
|