fix regex on line 65, missing star
This commit is contained in:
parent
360c009a67
commit
7c49a45cbb
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
/etc/mkinitcpio.conf r,
|
||||
/etc/mkinitcpio.conf.d/{,**} r,
|
||||
/etc/mkinitcpio.d/{,**} r,
|
||||
/etc/modprobe.d/{,*} r,
|
||||
/etc/modprobe.d/{,**} r,
|
||||
/etc/os-release r,
|
||||
/etc/plymouth/plymouthd.conf r,
|
||||
/etc/vconsole.conf r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue