debian-forge/osbuild
Ondřej Budai 6bd568192a osbuild: Move /var in BuildRoot outside of tmpfs
In BuildRoot a new mount /var pointing to temporary directory in host's
/var/tmp is created. This enables us to have temporary storage inside
the container which is not hosted on tmpfs. Thanks to that we can move
larger files out of the part of filesystem which is hosted on tmpfs to
save up memory on machines with low memory capacity.
2019-09-07 08:23:03 +02:00
..
__init__.py osbuild: split package into separate files 2019-08-21 09:56:50 +04:00
__main__.py osbuild: Change default value of --store to just .osbuild 2019-09-06 00:22:37 +02:00
buildroot.py osbuild: Move /var in BuildRoot outside of tmpfs 2019-09-07 08:23:03 +02:00
loop.py loop: add direct-io support 2019-07-25 23:55:43 +02:00
objectstore.py osbuild: split package into separate files 2019-08-21 09:56:50 +04:00
pipeline.py osbuild: fix stages caching 2019-09-03 22:11:54 +02:00
remoteloop.py osbuild: split package into separate files 2019-08-21 09:56:50 +04:00
tmpfs.py osbuild: split package into separate files 2019-08-21 09:56:50 +04:00
treesum.py osbuild: split package into separate files 2019-08-21 09:56:50 +04:00