Skip to content

Commit f379bc7

Browse files
committed
Rename InitRd to InitRD for consistency.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
1 parent 93362a6 commit f379bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs-go/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ type VMKernel struct {
4343
Path string `json:"path"`
4444
// Parameters specifies parameters to pass to the kernel.
4545
Parameters string `json:"parameters,omitempty"`
46-
// InitRd is the host path to an initial ramdisk to be used by the kernel.
47-
InitRd string `json:"initrd,omitempty"`
46+
// InitRD is the host path to an initial ramdisk to be used by the kernel.
47+
InitRD string `json:"initrd,omitempty"`
4848
}
4949

5050
// Process contains information to start a specific application inside the container.

0 commit comments

Comments
 (0)