added shim/grub find to provision process

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2023-07-05 15:43:31 +02:00
committed by Jonathon Anderson
parent 4cacd0ef75
commit a36cb23319
8 changed files with 161 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ type WarewulfConf struct {
EnableHostOverlay bool `yaml:"host overlay" default:"true"`
Syslog bool `yaml:"syslog" default:"false"`
DataStore string `yaml:"datastore" default:"/var/lib/warewulf"`
DefaultBoot string `yaml:"boot method" default:"ipxe"`
}