The postinstall scripts have been getting more complicated as the years have gone by, and raspi-serial configuration is complicated enough that I just skipped it entirely.
Neither of these approaches work all that well anymore though, so instead I want to create an interactive CLI tool that configures it for you. I envision this as being pretty similar to npm init in that it'll ask a bunch of questions and then generate the resulting configs.
This should be especially useful for dealing with issues like serial, where there are multiple possible use cases.
The
postinstall
scripts have been getting more complicated as the years have gone by, andraspi-serial
configuration is complicated enough that I just skipped it entirely.Neither of these approaches work all that well anymore though, so instead I want to create an interactive CLI tool that configures it for you. I envision this as being pretty similar to
npm init
in that it'll ask a bunch of questions and then generate the resulting configs.This should be especially useful for dealing with issues like serial, where there are multiple possible use cases.