Skip to content

Commit

Permalink
Merge pull request torizon#176 from rborn-tx/torizon-signed-amends
Browse files Browse the repository at this point in the history
initramfs-framework: no longer depend on overlay being a module
  • Loading branch information
jsrc27 authored Nov 14, 2024
2 parents 0e21bab + 2f86fb6 commit 6f7ab45
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ RDEPENDS:initramfs-module-ostree = "${PN}-base ostree-switchroot"
FILES:initramfs-module-ostree = "/init.d/95-ostree"

SUMMARY:initramfs-module-composefs = "initramfs support for booting composefs images"
RDEPENDS:initramfs-module-composefs = "${PN}-base kernel-module-erofs kernel-module-overlay"
RDEPENDS:initramfs-module-composefs = "${PN}-base"
RDEPENDS:initramfs-module-composefs:append:cfs-signed = " fsverity-utils"
RRECOMMENDS:initramfs-module-composefs = "kernel-module-erofs kernel-module-overlay"
FILES:initramfs-module-composefs = "\
/init.d/94-composefs \
${nonarch_libdir}/ostree/prepare-root.conf \
Expand Down

0 comments on commit 6f7ab45

Please sign in to comment.