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,6 +23,7 @@ type Host struct {
Initrd string
Versions map[string]string
BootstrapConfig string
Config string
}