From e8d2d87ea28702be32aa6109c62679a7b97acb8e Mon Sep 17 00:00:00 2001 From: Maksim An Date: Wed, 15 Jun 2022 11:44:58 -0700 Subject: [PATCH] Add Plan9 support when booting from VMGS Signed-off-by: Maksim An --- internal/uvm/create_lcow.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/uvm/create_lcow.go b/internal/uvm/create_lcow.go index 3792307ab5..0873133a93 100644 --- a/internal/uvm/create_lcow.go +++ b/internal/uvm/create_lcow.go @@ -254,7 +254,8 @@ Example JSON document produced once the hcsschema.ComputeSytem returned by makeL } } } - } + }, + "Plan9": {} }, "GuestState": { "GuestStateFilePath": "d:\\ken\\aug27\\gcsinitnew.vmgs", @@ -324,6 +325,7 @@ func makeLCOWVMGSDoc(ctx context.Context, opts *OptionsLCOW, uvm *UtilityVM) (_ ServiceTable: make(map[string]hcsschema.HvSocketServiceConfig), }, }, + Plan9: &hcsschema.Plan9{}, }, }, }