feat(profile): general update.
This commit is contained in:
parent
70963a50b6
commit
ff849b9f09
17 changed files with 104 additions and 91 deletions
|
|
@ -89,11 +89,12 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
# Can copy any program to the initframs
|
||||
/{usr/,}{local/,}{s,}bin/ r,
|
||||
@{bin}/[a-z0-9]* mr,
|
||||
@{bin}/* mr,
|
||||
@{bin}/*/ r,
|
||||
@{lib}/ r,
|
||||
@{lib}/plymouth/plymouthd-* mr,
|
||||
@{lib}/systemd/{,**} mr,
|
||||
@{lib}/udev/[a-z0-9]* mr,
|
||||
@{lib}/udev/* mr,
|
||||
|
||||
# Manage /boot
|
||||
/ r,
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ profile pacman-hook-mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
/etc/pacman.d/{,**} r,
|
||||
/etc/pacman.d/gnupg/** rwkl,
|
||||
|
||||
/var/lib/pacman/local/{,**} r,
|
||||
/var/lib/pacman/{,**} r,
|
||||
|
||||
include if exists <local/pacman-hook-mkinitcpio_pacman>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue