git » base-pkgbuilds.git » commit b23843d

default to autopipe

author Urja (ARMLFS builder)
2025-02-10 10:20:08 UTC
committer Urja (ARMLFS builder)
2025-02-10 10:20:08 UTC
parent 7344323594629bbb09d852069911f76c5222b051

default to autopipe

pkg-spawner.sh +1 -1

diff --git a/pkg-spawner.sh b/pkg-spawner.sh
index c737846..33fd7af 100755
--- a/pkg-spawner.sh
+++ b/pkg-spawner.sh
@@ -2,7 +2,7 @@
 set -e
 su builder -c "../pkg-prep.sh $1"
 mount -o remount,size=8G /tmp
-SPAWN="systemd-nspawn -a -M pkg-builder-$CARCH-$$ --volatile=overlay --bind=/sources"
+SPAWN="systemd-nspawn --console=autopipe -a -M pkg-builder-$CARCH-$$ --volatile=overlay --bind=/sources"
 CMD="/usr/bin/env CARCH=$CARCH $(pwd)/../pkg-spawned.sh $(pwd) $2"
 if [ "$CARCH" = "aarch64" ]; then
 	setarch aarch64 $SPAWN -D /buildcore64 $CMD