From a5bc6acf325900f2855e9f52377fb42633b75c6f Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Fri, 3 May 2013 20:15:16 +0200 Subject: [PATCH] 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. --- arch-nspawn.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-nspawn.in b/arch-nspawn.in index b3dfbfb..8ef39ed 100644 --- a/arch-nspawn.in +++ b/arch-nspawn.in @@ -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[@]}" \ -- GitLab