diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-13 21:57:54 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-13 21:57:54 +0900 |
| commit | 4133b555ba8dd38accb272d86c01898ac4b99f95 (patch) | |
| tree | eb759ced154d8e35dd8ea85e4c58f027488ba793 /test | |
| parent | 9b1a60b5c9f7a92abb632639117d61c5cbaf74f7 (diff) | |
internal/app: rename init to init0
This makes way for the new container init.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test')
| -rw-r--r-- | test/sandbox/fs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
