author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-30 08:44:59 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-30 08:44:59 UTC |
parent | 43ce92a6e6d5a1f450693ccf7ad2c468bdc4eb35 |
build-in64.sh | +1 | -1 |
custom-build.sh | +1 | -1 |
diff --git a/build-in64.sh b/build-in64.sh index 378813d..ea5cd78 100755 --- a/build-in64.sh +++ b/build-in64.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e cd $1 -systemd-nspawn -M sysroot-$$ --register=no --keep-unit -a --bind=/sources \ +systemd-nspawn --console=autopipe -M sysroot-$$ --register=no --keep-unit -a --bind=/sources \ -D /mnt/armlfs \ $(pwd)/build-in32.sh $(pwd) su builder -c "../cross-makepkg.sh -Ccs" diff --git a/custom-build.sh b/custom-build.sh index c0946f8..9e50f5a 100755 --- a/custom-build.sh +++ b/custom-build.sh @@ -2,7 +2,7 @@ set -e su builder -c "../pkg-prep.sh $1" mount -o remount,size=8G /tmp -systemd-nspawn -M pkg-builder64-$$ --volatile=overlay --bind=/sources \ +systemd-nspawn --console=autopipe -a -M pkg-builder64-$$ --volatile=overlay --bind=/sources \ --overlay=/build-core::/mnt/armlfs \ --bind-ro=/var/lib/pacman/sync:/mnt/armlfs/var/lib/pacman/sync \ --bind=/buildcore64/var/cache/pacman/pkg:/var/cache/pacman/pkg \