Skip to content

Commit bb62d55

Browse files
committed
included Kernel and Initrd
Signed-off-by: Kairvee Vaswani <[email protected]>
1 parent d82d125 commit bb62d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/vz/vz_driver_darwin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (l *LimaVzDriver) Validate() error {
112112
}
113113

114114
for i, image := range l.Instance.Config.Images {
115-
if unknown := reflectutil.UnknownNonEmptyFields(image, "File"); len(unknown) > 0 {
115+
if unknown := reflectutil.UnknownNonEmptyFields(image, "File", "Kernel", "Initrd"); len(unknown) > 0 {
116116
logrus.Warnf("vmType %s: ignoring images[%d]: %+v", *l.Instance.Config.VMType, i, unknown)
117117
}
118118
}

0 commit comments

Comments
 (0)