From 55b0c6bc925ef5c318cf2f5855c629eb6c4d4149 Mon Sep 17 00:00:00 2001 From: Marcus Heese Date: Tue, 21 Feb 2023 17:55:01 -0800 Subject: [PATCH] adding marshaller to BootOrder --- efi/efivars/bootvariables.go | 1 + 1 file changed, 1 insertion(+) diff --git a/efi/efivars/bootvariables.go b/efi/efivars/bootvariables.go index f30e8ff..5b03217 100644 --- a/efi/efivars/bootvariables.go +++ b/efi/efivars/bootvariables.go @@ -74,6 +74,7 @@ var ( guid: GlobalVariable, defaultAttrs: defaultAttrs, unmarshal: sliceUnmarshaller[uint16], + marshal: sliceMarshaller[uint16], } )