pmaports/device/device-lg-hammerhead/device-lg-hammerhead.post-install
Martijn Braam 624c965b41
lg-hammerhead: mesa-freedreno, serial tty0, fix X (!450)
Use the new mesa-freedreno package. Configure inittab to start a
terminal on ttyMSM0 (serial). Remove fbdev from xorg.conf and set
SWCursor on.

Based on patches from Brian Masney.
2019-06-30 18:54:08 +02:00

6 lines
131 B
Bash

#!/bin/sh
echo "ttyMSM0::respawn:/sbin/getty -L ttyMSM0 115200 vt100" >> /etc/inittab
# Enable ofono
rc-update add ofono default