localconfig: bootstrap config

This commit is contained in:
Mikaël Cluseau 2022-03-28 11:21:27 +02:00
parent fd3ce3a149
commit c0e8dcee6f

View File

@ -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 {