eve icon indicating copy to clipboard operation
eve copied to clipboard

Reduce EVE rootfs size by removing unused files and stripping binaries

Open rucoder opened this issue 4 months ago • 28 comments

EVE rootfs is close t 250Mb in size. The obvious option is to increase a partition size but first let's try to get rid of unused files/tools/packages and strip debug information from binaries. We cannot increase rootfs size > 300 MB

  • [x] Strip VTPM libraries https://github.com/lf-edge/eve/pull/4324
  • [ ] Remove VIM from debug container (~8Mb) https://github.com/lf-edge/eve/pull/4328
  • [x] Increase rootfs size to 270Mb https://github.com/lf-edge/eve/pull/4329

rucoder avatar Oct 07 '24 16:10 rucoder