feat(profile): mkinitcpio ensure support for different kernel.
fix #749
This commit is contained in:
parent
707a5e8bee
commit
85d35a4f86
1 changed files with 3 additions and 2 deletions
|
|
@ -84,8 +84,9 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
||||||
|
|
||||||
# Manage /boot
|
# Manage /boot
|
||||||
/ r,
|
/ r,
|
||||||
/boot/ r,
|
@{efi}/ r,
|
||||||
/{boot,efi}/EFI/{,**} rw,
|
@{efi}/EFI/{,**} rw,
|
||||||
|
@{efi}/@{hex32}/{,**} rw,
|
||||||
/boot/initramfs-*.img* rw,
|
/boot/initramfs-*.img* rw,
|
||||||
/boot/vmlinuz-* r,
|
/boot/vmlinuz-* r,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue