]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Don't create mountpoint in /var in sandbox
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 30 Sep 2024 07:01:37 +0000 (09:01 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 30 Sep 2024 11:01:38 +0000 (13:01 +0200)
/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.

mkosi/__init__.py

index 4a967856a53fbbd7512d626b95cc9d7a9b9629ac..f6d6fa15e6718a655485873a9a820a8f19d499bf 100644 (file)
@@ -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",
     ):