From 459832e5c297c662e27037115e02d12f4631b9e1 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Tue, 14 Feb 2023 12:26:40 +0100 Subject: [PATCH] container test: make /etc writable (cherry picked from commit ad1f61c39b716f4876d5f4c1dd9e37681631edb3) --- tests/systemd-nspawn.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/systemd-nspawn.nix b/tests/systemd-nspawn.nix index 424436b3f..457af6064 100644 --- a/tests/systemd-nspawn.nix +++ b/tests/systemd-nspawn.nix @@ -62,6 +62,7 @@ runCommand "test" mkdir -p $out + chmod +w /etc touch /etc/os-release echo a5ea3f98dedc0278b6f3cc8c37eeaeac > /etc/machine-id