Skip to content

Commit 4de9331

Browse files
committed
Image: Mark SupportedBootLoaders as not updatable
Signed-off-by: Enno Gotthold <[email protected]>
1 parent a409a1c commit 4de9331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ type Image struct {
167167
VirtPath string `mapstructure:"virt_path"`
168168
VirtRam Value[int] `mapstructure:"virt_ram"`
169169
VirtType string `mapstructure:"virt_type"`
170-
SupportedBootLoaders []string `mapstructure:"supported_boot_loaders"`
170+
SupportedBootLoaders []string `mapstructure:"supported_boot_loaders" cobbler:"noupdate"`
171171

172172
Client
173173
}

0 commit comments

Comments
 (0)