- Building issues should go here: https://github.com/armbian/build
- non-LTS variants are never really supported but added for interested people to play with without need for any kind of support (which there isn't)
- Try Lunar instead of Kinetic since it is most recent non-LTS
It is good enough
🌱] Getting ORAS manifest [ ORAS manifest from ghcr.io/armbian/cache-root/arm64-bullseye-gnome:23.05.0-trunk--gnome-aa7a4a172569B9536b3 ]
Error: GET "https://ghcr.io/v2/armbian/cache-root/arm64-bullseye-gnome/manifests/23.05.0-trunk--gnome-aa7a4a172569B9536b3": GET "https://ghcr.io/token?scope=repository%3Aarmbian%2Fcache-root%2Farm64-bullseye-gnome%3Apull&service=ghcr.io": response status code 403: denied: requested access to the resource is denied
Probably temporary error. Just retry or disable artifact usage
moved to unmaintained
Since the Armbian build framework does more or less the same for you I guess you will find the answer in the source code of it: https://github.com/armbian/build
Regarding the IPv4 issue. Not sure if it is worth to invest to in how to work around it since even though IPv4 cost money it also billed per hour and not per month. So one hour of IPv4 is about 0.001 ct. If you have 10 machines running 10 hours each it is 1ct of cost.
Anyway the cloud provides the ability to create private networks and add machines to it. So why not configure one server as a router with ipv4 and all the others as clients of this router using a private network? adding the servers on creating to it can be done via hcloud and pushing necessary routes also via user-data.
Without funding chances are low that we work on an image for a new/unsupported board.
https://docs.armbian.com/User-Guide_FAQ/#why-is-armbian-constantly-asking-for-money-free-software-should-be-free
You are aware that this command has noting to do with boot stuff? Maybe
code {
font-family: Consolas,"courier new";
color: crimson;
background-color: rgba(0, 0, 0, 0.2);
padding: 2px;
font-size: 105%;
}
update-initramfs -u is what you are looking for after adjusting such things...