From e7b00f73b866dd3ead9f8d1b5c808f987d091625 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 20 Jan 2022 11:48:16 +0800 Subject: [PATCH] [wait for new zstd release] suppress annoying outputs made by zstd as it is unlikely for upstream to fix this right away, see https://github.com/archlinux/mkinitcpio/pull/85 and https://github.com/facebook/zstd/issues/2967 --- src/pacroller/known_output.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pacroller/known_output.py b/src/pacroller/known_output.py index 448ef8b..b240243 100644 --- a/src/pacroller/known_output.py +++ b/src/pacroller/known_output.py @@ -22,6 +22,7 @@ KNOWN_HOOK_OUTPUT = { r'==> Image generation successful.*', r'[ ]+-> .+', r'ssh-.* .*', + r'[ ]+Decompress:.*', ], '70-dkms-upgrade.hook': [ r'==> dkms remove --no-depmod -m .* -v .* -k .*',