Skip to content

Commit

Permalink
Merge pull request #730 from elyscape/fix/platform-os-features-format
Browse files Browse the repository at this point in the history
Fix formatting of platform.os.features values list
  • Loading branch information
xiekeyang committed Sep 13, 2017
2 parents 7c336bd + a3970ec commit ebd93fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion image-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ For the media type(s) that this document is compatible with, see the [matrix][ma

This OPTIONAL property specifies an array of strings, each specifying a mandatory OS feature.
When `os` is `windows`, image indexes SHOULD use, and implementations SHOULD understand the following values:
- `win32k`: image requires `win32k.sys` on the host (Note: `win32k.sys` is missing on Nano Server)

- `win32k`: image requires `win32k.sys` on the host (Note: `win32k.sys` is missing on Nano Server)

When `os` is not `windows`, values are implementation-defined and SHOULD be submitted to this specification for standardization.

- **`variant`** *string*
Expand Down

0 comments on commit ebd93fd

Please sign in to comment.