Skip to content

Commit

Permalink
Merge pull request #1087 from balena-os/alexgg/revpi
Browse files Browse the repository at this point in the history
initramfs-framework: revpi:remove migrator module
  • Loading branch information
alexgg authored Dec 26, 2023
2 parents a22526a + ed8d120 commit 14718b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PACKAGE_INSTALL:remove:revpi = "initramfs-module-migrate"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PACKAGES:remove:revpi = "initramfs-module-migrate"
do_install:append:revpi() {
rm -f ${D}/init.d/92-migrate
}

0 comments on commit 14718b2

Please sign in to comment.