eve
eve copied to clipboard
Reduce EVE rootfs size by removing unused files and stripping binaries
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