From 922ccc1ec8c132c1f2a88e0a1bcb9efbaf333f14 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 24 Apr 2017 07:56:22 +0000 Subject: [PATCH] image-index: define platform.os.features on Windows Signed-off-by: Akihiro Suda --- image-index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/image-index.md b/image-index.md index 02ce5dbd1..f2255d055 100644 --- a/image-index.md +++ b/image-index.md @@ -59,7 +59,10 @@ For the media type(s) that this document is compatible with, see the [matrix][ma - **`os.features`** *array of strings* - This OPTIONAL property specifies an array of strings, each specifying a mandatory OS feature (for example on Windows `win32k`). + 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) + When `os` is not `windows`, values are implementation-defined and SHOULD be submitted to this specification for standardization. - **`variant`** *string*