Skip to content
Snippets Groups Projects
Commit 5a7890f0 authored by Evangelos Foutras's avatar Evangelos Foutras
Browse files

arch-nspawn: preserve systemd-nspawn's stderr

It is passed down to the container when stdin/stdout is not a tty; this
is the case when archbuild's output is redirected to a pipe or file.
parent ba45e06d
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ copy_hostconf
eval $(grep '^CARCH=' "$working_dir/etc/makepkg.conf")
exec ${CARCH:+setarch "$CARCH"} systemd-nspawn 2>/dev/null \
exec ${CARCH:+setarch "$CARCH"} systemd-nspawn -q \
-D "$working_dir" \
--register=no \
"${mount_args[@]}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment