PDA

View Full Version : Prevent cleaning the packages after build



bastibasti
2016-08-26, 05:51
Hi,

I am building 2 or 3 custom images at once. It looks like the script downloads the packages everytime from 0. Is there any way to prevent the clearing of the downloaded packages?

St0ner1995
2016-08-31, 23:04
from what i have found, just remove --purge from the build script, although i personally don't like that as it is there for a reason. if you start with a fresh copy of live-build-config with your custom config every time you build your ISO's it should be fine though.

personally i am looking into using apt-cacher-ng to cache packages but i have not yet found a way to do that for the build only and not have the ISO configured for the cache as well.