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
- Host: GitHub
- URL: https://github.com/flightaware/piaware-support
- Owner: flightaware
- Created: 2016-07-14T21:56:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T21:30:47.000Z (over 2 years ago)
- Last Synced: 2024-01-24T22:46:28.506Z (over 2 years ago)
- Language: PostScript
- Size: 3.83 MB
- Stars: 11
- Watchers: 24
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`