Skip to content

Commit

Permalink
Rename InitRd to InitRD for consistency.
Browse files Browse the repository at this point in the history
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Oct 24, 2017
1 parent 93362a6 commit f379bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ type VMKernel struct {
Path string `json:"path"`
// Parameters specifies parameters to pass to the kernel.
Parameters string `json:"parameters,omitempty"`
// InitRd is the host path to an initial ramdisk to be used by the kernel.
InitRd string `json:"initrd,omitempty"`
// InitRD is the host path to an initial ramdisk to be used by the kernel.
InitRD string `json:"initrd,omitempty"`
}

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

0 comments on commit f379bc7

Please sign in to comment.