xbps-uchroot: added -t option to mount a tmpfs for overlayfs.

This commit is contained in:
Juan RP
2015-04-23 15:05:29 +02:00
parent 46e6a00482
commit 149f48fb8e
2 changed files with 63 additions and 12 deletions

3
NEWS
View File

@@ -4,6 +4,9 @@ xbps-0.45 (???):
as is. See mount(8). Useful to specify a size for the temporary tmpfs
with overlayfs (-O).
* xbps-uchroot(8): added -t option to mount a tmpfs as temporary directory
for overlayfs (-O).
* libxbps: file descripters are now opened with O_CLOEXEC, to avoid warnings
of leaked file descriptors while running package install/remove scripts.