From adb3f57a6b9ad89d32890bf1205804f31bc9012f Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Wed, 4 Jul 2018 20:54:45 +0530 Subject: [PATCH] rootfs.sh: Add Platform-OS matrix link to help page Fixes: #139 Signed-off-by: Nitesh Konkar --- rootfs-builder/rootfs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootfs-builder/rootfs.sh b/rootfs-builder/rootfs.sh index 01d8c33850..0ab19e6347 100755 --- a/rootfs-builder/rootfs.sh +++ b/rootfs-builder/rootfs.sh @@ -49,6 +49,8 @@ Supported Linux distributions: $(get_distros) +Refer the Platform-OS Compatibility Matrix: https://github.com/kata-containers/osbuilder#platform-distro-compatibility-matrix + Options: -a : agent version DEFAULT: ${AGENT_VERSION} ENV: AGENT_VERSION -h : Show this help message