From 0e2b16b0ac63e33e32a6cb889bc4b047e0d451e9 Mon Sep 17 00:00:00 2001 From: Christian Heusel Date: Sat, 18 May 2024 02:00:19 +0200 Subject: fix: disable systemd-nspawn terminal coloring Systemd 256 introduces functionality which colors the terminal background on systemd-nspawn invocations which makes the pkgctl output look weird. Disable this bevaviour for pkgctl, so it stays active for arch-nspawn (for now). Component: pkgctl Signed-off-by: Christian Heusel --- src/lib/common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/common.sh b/src/lib/common.sh index 641dea5..b087bb1 100644 --- a/src/lib/common.sh +++ b/src/lib/common.sh @@ -15,6 +15,9 @@ $DEVTOOLS_INCLUDE_COMMON_SH # Avoid any encoding problems export LANG=C.UTF-8 +# Avoid systemd trying to color the terminal on systemd-nspawn +export SYSTEMD_TINT_BACKGROUND=no + # Set buildtool properties export BUILDTOOL=devtools export BUILDTOOLVER=@buildtoolver@ -- cgit v1.2.3-70-g09d2