taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 3f75b15a22c0e1be66e4396e433c76b97676ab82
parent 37d34b3a262cea358fd4c6927676f0c1727bea5c
Author: Florian Dold <florian@dold.me>
Date:   Tue, 25 Nov 2025 16:59:33 +0100

update README

Diffstat:
Mpackaging/ng/README.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/packaging/ng/README.md b/packaging/ng/README.md @@ -19,20 +19,34 @@ The packaging logic is also the same for Debian and Ubuntu. You need "podman". On Debian bookworm, you will get shitty performance unless you: +``` # apt install containers-storage +``` Then check with +``` # podman info --debug +``` that you get "graphDriverName: overlay" If not, try +``` # podman system reset +``` (deletes all containers, enables reset of the storage layer). + +## Prerequisites for Cross-Builds + +To build for other architecture, you need to install the following packages: +``` +apt-get install qemu-user-static binfmt-support +``` + ## Structure * `packages/$DISTRO-$DISTRO_VERNAME`: Output folder for debian packages.