Commit a5bc6acf authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

arch-nspawn: Quiet systemd-nspawn again

systemd-nspawn always outputs some debug messages over stderr.
Both stdout and stderr from inside the chroot are sent through
a pty to stdout.
parent 4937422f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ copy_hostconf

eval $(grep '^CARCH=' "$working_dir/etc/makepkg.conf")

exec ${CARCH:+setarch "$CARCH"} systemd-nspawn \
exec ${CARCH:+setarch "$CARCH"} systemd-nspawn 2>/dev/null \
	-D "$working_dir" \
	--machine "${working_dir//\//-}" \
	"${mount_args[@]}" \