From 5233ad80b83e74deb6ded91738f1040f69e0d42c Mon Sep 17 00:00:00 2001 From: Jerry Date: Sat, 4 May 2024 14:06:49 +0800 Subject: [PATCH] update mkinitcpio known_output --- 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 0e90974..6b94152 100644 --- a/src/pacroller/known_output.py +++ b/src/pacroller/known_output.py @@ -25,6 +25,7 @@ KNOWN_HOOK_OUTPUT = { r'==> Using configuration file: .+', r'==> Using default configuration file: .+', r'==> WARNING: consolefont: no font found in configuration', + r'==> Decompressing (?:.+)-compressed firmware files', ], '70-dkms-install.hook': [ r'==> dkms install --no-depmod [^ ]+ -k [^ ]+',