From 4133b555ba8dd38accb272d86c01898ac4b99f95 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 13 Mar 2025 21:57:54 +0900 Subject: internal/app: rename init to init0 This makes way for the new container init. Signed-off-by: Ophestra --- test/sandbox/fs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/sandbox/fs.nix b/test/sandbox/fs.nix index 0673c618..8f2ea50f 100644 --- a/test/sandbox/fs.nix +++ b/test/sandbox/fs.nix @@ -21,7 +21,7 @@ let etc = fs "800001ed" null null; sbin = fs "800001c0" { fortify = fs "16d" null null; - init = fs "80001ff" null null; + init0 = fs "80001ff" null null; } null; host-mounts = fs "124" null null; } null; -- cgit v1.3.1