diff --git a/bootserver/bootoption/bootoption.go b/bootserver/bootoption/bootoption.go index 18a16e4..e90546c 100644 --- a/bootserver/bootoption/bootoption.go +++ b/bootserver/bootoption/bootoption.go @@ -3,8 +3,9 @@ package bootoption import "github.com/google/uuid" type EFIApp struct { - Name string `json:"name"` - Path string `json:"path"` + Name string `json:"name"` + Path string `json:"path"` + DiskID string `json:"disk_id"` } type Client struct {