feat(profile): mkinitcpio ensure support for different kernel.

fix #749
This commit is contained in:
Alexandre Pujol 2025-05-25 14:30:34 +02:00
parent 707a5e8bee
commit 85d35a4f86
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -84,8 +84,9 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
# Manage /boot
/ r,
/boot/ r,
/{boot,efi}/EFI/{,**} rw,
@{efi}/ r,
@{efi}/EFI/{,**} rw,
@{efi}/@{hex32}/{,**} rw,
/boot/initramfs-*.img* rw,
/boot/vmlinuz-* r,