mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-14 20:32:24 +08:00
[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:
parent
8e5ee014d1
commit
e7b00f73b8
1 changed files with 1 additions and 0 deletions
|
@ -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 .*',
|
||||
|
|
Loading…
Reference in a new issue