We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a409a1c commit 4de9331Copy full SHA for 4de9331
image.go
@@ -167,7 +167,7 @@ type Image struct {
167
VirtPath string `mapstructure:"virt_path"`
168
VirtRam Value[int] `mapstructure:"virt_ram"`
169
VirtType string `mapstructure:"virt_type"`
170
- SupportedBootLoaders []string `mapstructure:"supported_boot_loaders"`
+ SupportedBootLoaders []string `mapstructure:"supported_boot_loaders" cobbler:"noupdate"`
171
172
Client
173
}
0 commit comments