From c0e8dcee6f681f3fd51550408cac398d755733a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Mon, 28 Mar 2022 11:21:27 +0200 Subject: [PATCH] localconfig: bootstrap config --- localconfig/host.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/localconfig/host.go b/localconfig/host.go index a8657df..1f9b201 100644 --- a/localconfig/host.go +++ b/localconfig/host.go @@ -23,7 +23,8 @@ type Host struct { Initrd string Versions map[string]string - Config string + BootstrapConfig string + Config string } func (h *Host) WriteHashDataTo(w io.Writer) error {