Skip to content

Commit 28462ef

Browse files
authored
Merge pull request #652 from AkihiroSuda/platform-os-features
image-index: define platform.os.features on Windows
2 parents 1b24aca + 922ccc1 commit 28462ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

image-index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
6161

6262
- **`os.features`** *array of strings*
6363

64-
This OPTIONAL property specifies an array of strings, each specifying a mandatory OS feature (for example on Windows `win32k`).
64+
This OPTIONAL property specifies an array of strings, each specifying a mandatory OS feature.
65+
When `os` is `windows`, image indexes SHOULD use, and implementations SHOULD understand the following values:
66+
- `win32k`: image requires `win32k.sys` on the host (Note: `win32k.sys` is missing on Nano Server)
67+
When `os` is not `windows`, values are implementation-defined and SHOULD be submitted to this specification for standardization.
6568

6669
- **`variant`** *string*
6770

0 commit comments

Comments
 (0)