feat(profile): initramfs: add hooks and scripts.
This commit is contained in:
parent
d5926e9411
commit
3e098b7152
3 changed files with 146 additions and 5 deletions
|
|
@ -66,11 +66,10 @@ profile mkinitramfs @{exec_path} {
|
|||
@{bin}/dpkg rPx -> child-dpkg,
|
||||
@{bin}/linux-version rPx,
|
||||
|
||||
# What to do with it? (#FIXME#)
|
||||
/usr/share/initramfs-tools/hooks/* rPUx,
|
||||
/usr/share/initramfs-tools/scripts/*/* rPUx,
|
||||
/etc/initramfs-tools/hooks/* rPUx,
|
||||
/etc/initramfs-tools/scripts/*/* rPUx,
|
||||
/usr/share/initramfs-tools/hooks/** rPx,
|
||||
/usr/share/initramfs-tools/scripts/** rPx,
|
||||
/etc/initramfs-tools/hooks/** rPx,
|
||||
/etc/initramfs-tools/scripts/** rPx,
|
||||
|
||||
/usr/share/initramfs-tools/{,**} r,
|
||||
/etc/initramfs-tools/{,**} r,
|
||||
|
|
@ -106,6 +105,7 @@ profile mkinitramfs @{exec_path} {
|
|||
@{sys}/devices/platform/**/ r,
|
||||
@{sys}/devices/platform/**/modalias r,
|
||||
@{sys}/module/compression r,
|
||||
@{sys}/module/firmware_class/parameters/path r,
|
||||
|
||||
@{PROC}/cmdline r,
|
||||
@{PROC}/modules r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue