aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/config.go')
-rw-r--r--hst/config.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/hst/config.go b/hst/config.go
index e2f95d14..8f17de97 100644
--- a/hst/config.go
+++ b/hst/config.go
@@ -98,11 +98,6 @@ type (
Filesystem []FilesystemConfigJSON `json:"filesystem"`
// create symlinks inside container filesystem
Link []LinkConfig `json:"symlink"`
-
- // read-only /etc directory
- Etc *container.Absolute `json:"etc,omitempty"`
- // automatically set up /etc symlinks
- AutoEtc bool `json:"auto_etc"`
}
LinkConfig struct {