]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Make /var/tmp optional for sandbox 2799/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 23 Jun 2024 12:28:41 +0000 (14:28 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 24 Jun 2024 08:16:17 +0000 (10:16 +0200)
commit991d36ca991a29172b48334662a5d84995f0d5d4
tree595615e425e6b4affb43022f4e7c44166e7ffc97
parent44125069843c3e5c39d20f2d0a8da99b235e0ede
Make /var/tmp optional for sandbox

Let's only create a custom /var/tmp directory for some commands instead
of all of them.

We only create a custom /var/tmp for systemd-repart and scripts as other
commands shouldn't have need for a separate /var/tmp that's stored on disk.

Fixes #2792
mkosi/__init__.py
mkosi/config.py
mkosi/context.py
mkosi/installer/apt.py
mkosi/installer/dnf.py
mkosi/installer/pacman.py
mkosi/installer/zypper.py
mkosi/qemu.py
mkosi/sandbox.py