Ubuntu with kernel 5.15 moves its config.txt to
`/boot/firmware/config.txt`
This should fix#50 (fixes#50)
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This should also fix#58 (fixes#58)
As described in issue #58 the version v0.19.1 isnt working correctly on
armv6 devices like an RPI 2B
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This should fix#63 (fixes#63)
According to changes of Install routine, I simply forgot to change the
path to resources (which was file_templates before)
Signed-off-by: Stephan Wendel <me@stephanwe.de>
* Added ubuntu server 20.04 as tested and working
I Fixed a couple of spelling mistakes and added Ubuntu server 20.04 as tested working.
I used a fresh install of Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-100-generic x86_64).
I used the Kiauh installer to setup klipper, mainsail, moonraker, and obico.
This allows you to run crowsnest without any
proxy server needed.
This resolves#34
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Error in func build_apps and clone_ustreamer
leads to cloned repo and build ustreamer as root.
This leads to failing make buildclean and build
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This installer requires to be configured due
make config
Changes:
Add tools/configure.sh script and make config.
Refactor of uninstall.sh according to new installer
Add dev-helper.sh to provide various informations for developing
and also could check existing installation as kinda "unit-test"
This should also fix#46
and fix#41
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This should fix#33
By default a variable bitrate is set, this leads
to a "blocky" view.
blockyfix function sets constant bitrate and a moderate
bitrate if not set by user.
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Show default answers in case of user only hits enter.
Includes fix: Install on rpi bullseye fails
This also should fix#24
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This fixes error that available diskspace is shown as used diskspace.
In reallity it should show available and using available instead of
used.
Thanks to mallcop for reporting
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This fixes error that target has leftover from enabled service.
Disable Service, before removing.
Thanks to Nestor-WW from Discord for mentioning.
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Adds Information Distribution,Release,Kernel,Host model,Cpu Count,
Total Ram and Diskusage to log, if not set to log_level: quiet
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit should cover the following:
Missing insatllation candidate of libjpeg8-dev in bullseye images,
fixes#16 and #15
Refactores installation of ustreamer.
This should cover #12
Dropped ustreamer as submodule and clone it via install script.
For buster based images it reset the repo to last commit of v4.13 (omx support)
All other will get master branch (latest commit at insatllation)
This enables posibility to write an app updater.
Fixes custompios module according to changes.