From: Daan De Meyer Date: Mon, 30 Sep 2024 07:01:37 +0000 (+0200) Subject: Don't create mountpoint in /var in sandbox X-Git-Tag: v25~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74463a4194e159f98541db88614b7f8a4d067ca9;p=thirdparty%2Fmkosi.git Don't create mountpoint in /var in sandbox /var will always be writable in the sandbox so no need to precreate the sandbox. This also saves us from using an overlayfs mount from /var in the sandbox as it will be completely empty now. --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index 4a967856a..f6d6fa15e 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -1102,7 +1102,6 @@ def install_sandbox_trees(config: Config, dst: Path) -> None: "etc/pki", "etc/ssl", "etc/ca-certificates", - "var/lib/ca-certificates", "etc/pacman.d/gnupg", "etc/alternatives", ):