godarch / darch

A tool for building and booting stateless and immutable images, bare metal.
https://godarch.com/
MIT License
832 stars 32 forks source link

Add mount options to build process for cached/shared items. #3

Open pauldotknopf opened 6 years ago

pauldotknopf commented 6 years ago

For example, on arch, we can mount a .pkg directory to /var/cache/pacman/pkg so that downloaded packages are persisted across builds, and also the packages won't be baked into the image.