An open API service indexing awesome lists of open source software.

https://github.com/flightaware/piaware-support

Configuration support package for PiAware sdcard images
https://github.com/flightaware/piaware-support

Last synced: over 1 year ago
JSON representation

Configuration support package for PiAware sdcard images

Awesome Lists containing this project

README

          

# piaware-support
Support package for Piaware sdcard images

This builds a Debian package that manages the stuff specific to a Piaware
sdcard image:

* apt configuration for the FlightAware repository
* Boot splashscreen
* First-boot generation of ssh host keys
* Applying network and receiver configuration from piaware-config.txt
settings
* Text-mode status display on the first virtual console
* initramfs support
* Management of /boot/config.txt when kernels or initramfs are updated
* Warns about default passwords when ssh is enabled

## Tests

`pip install pytest`
`pip install coverage`
run `python3 -m pytest`
run `coverage run -m pytest`
run `coverage html`