mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-15 04:42:24 +08:00
update known_output for mkinitcpio
This commit is contained in:
parent
3ae4c58ad5
commit
b49a6d62fd
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ KNOWN_HOOK_OUTPUT = {
|
||||||
r'==> Image generation successful.*',
|
r'==> Image generation successful.*',
|
||||||
r'[ ]+-> .+',
|
r'[ ]+-> .+',
|
||||||
r'ssh-.* .*',
|
r'ssh-.* .*',
|
||||||
r'==> Using default configuration file: \'/etc/mkinitcpio\.conf\'',
|
r'==> Using configuration file: .+',
|
||||||
|
r'==> Using default configuration file: .+',
|
||||||
r'==> WARNING: consolefont: no font found in configuration',
|
r'==> WARNING: consolefont: no font found in configuration',
|
||||||
],
|
],
|
||||||
'70-dkms-install.hook': [
|
'70-dkms-install.hook': [
|
||||||
|
|
Loading…
Reference in a new issue