From b32b1975a89d60beab75dfca723925131a06065b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 2 Aug 2025 00:34:52 +0900 Subject: 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 --- hst/container.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'hst/container.go') diff --git a/hst/container.go b/hst/container.go index 9ca14a8b..ebce07b9 100644 --- a/hst/container.go +++ b/hst/container.go @@ -69,9 +69,6 @@ type ( Etc string `json:"etc,omitempty"` // automatically set up /etc symlinks AutoEtc bool `json:"auto_etc"` - - // cover these paths or create them if they do not already exist - Cover []string `json:"cover"` } // FilesystemConfig is an abstract representation of a bind mount. -- cgit v1.3.1