Skip to content

Commit

Permalink
Merge pull request #744 from balena-os/acostach-remove-migrate
Browse files Browse the repository at this point in the history
balena-image-initramfs: Remove migrate module for Intel NUC
  • Loading branch information
acostach authored Jul 8, 2024
2 parents e0f2135 + 33801e4 commit c73b937
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
IMAGE_ROOTFS_MAXSIZE = "65536"

# The Intel NUC does not have sufficient space in the rootfs
# and also should not be used for migration
PACKAGE_INSTALL:remove:genericx86-64 = "initramfs-module-migrate"

# The generic-x86-x64-ext machine inherits the genericx86-64
# so we need to keep the migrate module for it
PACKAGE_INSTALL:append:genericx86-64-ext = " initramfs-module-migrate "

0 comments on commit c73b937

Please sign in to comment.