feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-03-05 18:00:36 +00:00
parent 70963a50b6
commit ff849b9f09
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
17 changed files with 104 additions and 91 deletions

View file

@ -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,

View file

@ -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>
}