diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-08-02 00:34:52 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-08-02 00:34:52 +0900 |
| commit | b32b1975a89d60beab75dfca723925131a06065b (patch) | |
| tree | 75e4902d1359083a4b701c4462f8011c8179b40b /hst/template_test.go | |
| parent | 2b1eaa62f1ef94de8b22e2433a6070d8e7bbeb99 (diff) | |
hst/container: remove cover
This was never useful, and is now completely replaced by regular FilesystemConfig being able to mount tmpfs.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/template_test.go')
| -rw-r--r-- | hst/template_test.go | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/hst/template_test.go b/hst/template_test.go index 7f0caa7d..02ec7748 100644 --- a/hst/template_test.go +++ b/hst/template_test.go @@ -98,6 +98,11 @@ func TestTemplate(t *testing.T) { "device": true, "filesystem": [ { + "dst": "/tmp", + "src": "tmpfs", + "write": true + }, + { "src": "/nix/store" }, { @@ -129,10 +134,7 @@ func TestTemplate(t *testing.T) { "auto_root": "/var/lib/hakurei/base/org.debian", "root_flags": 2, "etc": "/etc", - "auto_etc": true, - "cover": [ - "/var/run/nscd" - ] + "auto_etc": true } }` |
