frzb / coinboot

A framework for diskless computing
https://coinboot.io
GNU General Public License v3.0
167 stars 17 forks source link

debirf: Integrate package caching support of debootstrap #44

Open frzb opened 2 years ago

frzb commented 2 years ago

Recent release of debootstrap have support for caching of packages.

From the manpage:

--cache-dir=DIR Cache .deb files under directory. It should be an absolute path.

For improving the developer experience we should integrate this into debirf to speed-up repeated builds local builds.