Steven Boger
Steven Boger
Here's a complete log of a failed docker build (Linux Mint laptop): Build Commands: ``` git clone https://github.com/armbian/build.git git clone https://github.com/clockworkpi/DevTerm.git cd build git reset --hard 43d179914ae9e1ebb5d72315d9f9f68f5fb3e330 git apply ../DevTerm/Code/patch/armbian_build_a06/patch/armbian.patch...
As a comparison, I tried compiling directly on the A06. Same as above, just ./compile.sh instead of ./compile.sh docker. Same patch failures, same build error.
Fixed. Create file build/userpatches/lib.config lib.config: ` KERNELBRANCH='tag:v5.10.60' ` I've created pull-request https://github.com/clockworkpi/DevTerm/pull/28. It adds the file and improves the readme.
I'm just using this with great success... ` - VPN_PORT_FORWARDING_UP_COMMAND=/bin/sh -c 'apk add transmission-remote && transmission-remote localhost -p {{PORTS}} && transmission-remote localhost -t all --reannounce' `