mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-14 20:32:24 +08:00
add known_output for consolefont
This commit is contained in:
parent
0d24257824
commit
75b5c477f9
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ KNOWN_HOOK_OUTPUT = {
|
|||
r'[ ]+-> .+',
|
||||
r'ssh-.* .*',
|
||||
r'==> Using default configuration file: \'/etc/mkinitcpio\.conf\'',
|
||||
r'==> WARNING: consolefont: no font found in configuration',
|
||||
],
|
||||
'70-dkms-install.hook': [
|
||||
r'==> dkms install --no-depmod [^ ]+ -k [^ ]+',
|
||||
|
|
Loading…
Reference in a new issue