]> git.ipfire.org Git - thirdparty/mkosi.git/commit
tree-wide: Use workdir() everywhere 3103/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 4 Oct 2024 18:37:05 +0000 (20:37 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 4 Oct 2024 19:57:10 +0000 (21:57 +0200)
commitb11b0f23266e3896b549c1b9c1205ec23267eae5
tree2e9bfd102eb55f20d3af7156fc9ab2ad02e2c5cc
parent3d38a7ecc3f053a4e659775df513e5d30bea519e
tree-wide: Use workdir() everywhere

Let's make sure we mount inputs and outputs to various tools in a
completely separate directory than the base ones that are in the
sandbox.
12 files changed:
mkosi/__init__.py
mkosi/archive.py
mkosi/bootloader.py
mkosi/config.py
mkosi/curl.py
mkosi/distributions/debian.py
mkosi/installer/apt.py
mkosi/installer/dnf.py
mkosi/installer/pacman.py
mkosi/installer/zypper.py
mkosi/partition.py
mkosi/qemu.py