From fd3ce3a1491be66d72268c6ef7dda28e1bd2d347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Mon, 21 Feb 2022 18:13:54 +0100 Subject: [PATCH] config: add mounts for boot v2 --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 6e2c7b0..d7434a4 100644 --- a/config/config.go +++ b/config/config.go @@ -96,7 +96,7 @@ type VolumeDef struct { } } -type Mount struct { +type MountDef struct { Dev string Path string Options string