Skip to content

Commit 43f9725

Browse files
authored
Merge pull request #139 from Microsoft/jjh/bootfromvhd
Add Boot from VHD settings
2 parents 807cab5 + 4107f5b commit 43f9725

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ type HvRuntime struct {
4848
LinuxInitrdFile string `json:",omitempty"` // File under ImagePath on host containing an initrd image for starting a Linux utility VM
4949
LinuxKernelFile string `json:",omitempty"` // File under ImagePath on host containing a kernel for starting a Linux utility VM
5050
LinuxBootParameters string `json:",omitempty"` // Additional boot parameters for starting a Linux Utility VM in initrd mode
51+
BootSource string `json:",omitempty"` // "Vhd" for Linux Utility VM booting from VHD
52+
WritableBootSource bool `json:",omitempty"` // Linux Utility VM booting from VHD
5153
}
5254

5355
type MappedVirtualDisk struct {

0 commit comments

Comments
 (0)