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 --- internal/app/container_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/container_linux.go') diff --git a/internal/app/container_linux.go b/internal/app/container_linux.go index 09909d83..ce3a5154 100644 --- a/internal/app/container_linux.go +++ b/internal/app/container_linux.go @@ -40,7 +40,7 @@ func newContainer(s *hst.ContainerConfig, os sys.State, prefix string, uid, gid } { - ops := make(container.Ops, 0, preallocateOpsCount+len(s.Filesystem)+len(s.Link)+len(s.Cover)) + ops := make(container.Ops, 0, preallocateOpsCount+len(s.Filesystem)+len(s.Link)) params.Ops = &ops } -- cgit v1.3.1