agnos-builder icon indicating copy to clipboard operation
agnos-builder copied to clipboard

Reduce AGNOS system image size to <1GB

Open adeebshihadeh opened this issue 8 months ago • 3 comments

Convenience things, like valgrind, should be the last to go. First up is anything we're just wasting space on, like package caches or AGNOS build-time dependencies.

If we have to start cutting these things, I think we'll want to setup an "AGNOS dev" package that will install all those extras together.

batman:output$ du -hs system.img
4.3G    system.img

scripts/check_space.sh is a nice tool for debugging this and will allow you to poke around like this: image

adeebshihadeh avatar May 25 '24 23:05 adeebshihadeh