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>
This commit is contained in:
2025-08-02 00:34:52 +09:00
parent 2b1eaa62f1
commit b32b1975a8
8 changed files with 28 additions and 33 deletions

View File

@@ -97,6 +97,11 @@ func TestTemplate(t *testing.T) {
"map_real_uid": true,
"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
}
}`