diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-08-25 18:30:40 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-08-25 18:38:19 +0900 |
| commit | 6d202d73b41d28166f7bea7da36d1ce054711ff9 (patch) | |
| tree | 8af4f9212fe7c3c49c8035119e8a4405e2c97070 /hst/hst_test.go | |
| parent | 1438096339f49bdd466f3b057c7e695aa126fc3c (diff) | |
hst/fsbind: optional autoetc behaviour
This generalises the special field allowing any special behaviour to be matched from target.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/hst_test.go')
| -rw-r--r-- | hst/hst_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/hst_test.go b/hst/hst_test.go index b8ec79c9..897bf930 100644 --- a/hst/hst_test.go +++ b/hst/hst_test.go @@ -107,7 +107,7 @@ func TestTemplate(t *testing.T) { "dst": "/", "src": "/var/lib/hakurei/base/org.debian", "write": true, - "autoroot": true + "special": true }, { "type": "ephemeral", |
