From: Daan De Meyer Date: Mon, 8 Jan 2024 10:32:14 +0000 (+0100) Subject: Mount /sys, /run and /dev in relaxed mode as well X-Git-Tag: v20~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11282c46bf777d348ba3200cc951af287882b60;p=thirdparty%2Fmkosi.git Mount /sys, /run and /dev in relaxed mode as well --- diff --git a/mkosi/sandbox.py b/mkosi/sandbox.py index fc408e24e..002a0a841 100644 --- a/mkosi/sandbox.py +++ b/mkosi/sandbox.py @@ -91,7 +91,7 @@ def sandbox_cmd( if (tools / "nix/store").exists(): cmdline += ["--bind", tools / "nix/store", "/nix/store"] - if devices: + if devices or relaxed: cmdline += [ "--bind", "/sys", "/sys", "--bind", "/run", "/run",