MichaIng
MichaIng
Some automated installation tests: https://github.com/MichaIng/DietPi/actions/runs/9353124318
Looks and works all fine. Let's merge this for the beta. Btw @jcnils do you find time to add a documentation entry? Most can be copied from Gitea, I guess,...
First of all: You are using a Debian version which is not fully supported anymore, and also not the newest DietPi version available on that Debian version. It makes sense...
Many thanks. Just to assure I understand the logic correctly: - If a line is too long, it first splits left and right side of the colon. - If each...
I am still wondering where the `curl` binary with `libhogweed6` dependency was coming from. However, let's assume this is a single case, as long as we do not get a...
Roughly doubled execution time on RPi 2 (excluding any download): ``` 2022-11-13 13:15:42 root@micha:~# time for i in {1..10}; do /boot/dietpi/func/dietpi-banner 1; done > /dev/null real 0m3.134s user 0m1.876s sys...
Little performance enhancement with generic control code stripping (`dietpi-banner2` is the version at time of writing, `dietpi-banner3` with local enhancements): ```console # time for i in {1..10}; do ./dietpi-banner2 1;...
It's a Debian package as well, here the man page: https://manpages.debian.org/par
Many thanks for your PR. > bloating DietPi by 30k for eye candy reasons Yeah, to be honest, that was my first thought, especially with a pre-compiled binary where we...
You can have a look into how we do for Gogs: 1. Actual build script: https://github.com/MichaIng/DietPi/blob/dev/.build/software/gogs/build.bash - Ah, we do not packaging there, to align with upstream archives which we...