[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

This commit is contained in:
JerryXiao 2022-01-20 11:48:16 +08:00
parent 8e5ee014d1
commit e7b00f73b8
Signed by: Jerry
GPG key ID: 22618F758B5BE2E5

View file

@ -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 .*',