From 242564db77e13ee4db2d6a21880ee271532677a1 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 26 Dec 2020 17:27:07 +0100 Subject: [PATCH] Filter the 'Remapping container filesystem' because that creates a funky stuff in the CI display --- lib/lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lxc.sh b/lib/lxc.sh index 18152cb..1936313 100644 --- a/lib/lxc.sh +++ b/lib/lxc.sh @@ -5,7 +5,7 @@ #================================================= LXC_CREATE () { - lxc launch yunohost:$LXC_BASE $LXC_NAME || clean_exit 1 + lxc launch yunohost:$LXC_BASE $LXC_NAME | grep -v -E "^\s*Remapping container filesystem\s*$" || clean_exit 1 lxc config set "$LXC_NAME" security.nesting true _LXC_START_AND_WAIT $LXC_NAME set_witness_files