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.
This commit is contained in:
Jan Alexander Steffens (heftig) 2013-05-03 20:15:16 +02:00
parent 4937422fcf
commit a5bc6acf32
1 changed files with 1 additions and 1 deletions

View File

@ -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[@]}" \