]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Always mount context.root to /buildroot 2513/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 15 Mar 2024 12:09:39 +0000 (13:09 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 15 Mar 2024 16:25:48 +0000 (17:25 +0100)
commit62cee058cb116684294831c4cab20924dde93e45
tree63d79235ff4a2fcf503a73ed757405a036867349
parent4657ae36da80830e98b00ba876cf4de3f72f932c
Always mount context.root to /buildroot

Let's leak fewer host specific details into the sandbox by always
mounting the image root directory to /buildroot in the sandbox. This
also simplifies debugging as the image rootfs will always be at /rootfs
instead of in some host specific path.
mkosi/__init__.py
mkosi/installer/apt.py
mkosi/installer/dnf.py
mkosi/installer/pacman.py
mkosi/installer/rpm.py
mkosi/installer/zypper.py
mkosi/manifest.py
mkosi/sandbox.py