Skip to content

Commit

Permalink
Add Plan9 support when booting from VMGS (#1429)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim An <maksiman@microsoft.com>
  • Loading branch information
anmaxvl committed Jun 17, 2022
1 parent c50f2af commit d7b9771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/uvm/create_lcow.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ Example JSON document produced once the hcsschema.ComputeSytem returned by makeL
}
}
}
}
},
"Plan9": {}
},
"GuestState": {
"GuestStateFilePath": "d:\\ken\\aug27\\gcsinitnew.vmgs",
Expand Down Expand Up @@ -324,6 +325,7 @@ func makeLCOWVMGSDoc(ctx context.Context, opts *OptionsLCOW, uvm *UtilityVM) (_
ServiceTable: make(map[string]hcsschema.HvSocketServiceConfig),
},
},
Plan9: &hcsschema.Plan9{},
},
},
}
Expand Down

0 comments on commit d7b9771

Please sign in to comment.