Skip to content

main/postmarketos-base: Use deviceinfo_getty to configure a getty

Pops Dylan requested to merge popsdylan/pmaports:issue268 into master

Configure a getty by setting the port and baud rate in a new deviceinfo variable, deviceinfo_getty. The format is "<port>;<baud rate>". For example, "ttyS0;115200".

A post-installation trigger in postmarketos-base checks /etc/deviceinfo, and modifies /etc/inittab if the device should run a getty.

Fixes #268 (closed)

Edited by Alexey Min

Merge request reports