From 26d747fba9014849895b2a7bf94f8859d0ddd372 Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Wed, 4 Jul 2018 17:45:15 +0530 Subject: [PATCH] dev-guide: Add note for rootfs platform-distro matrix Fixes: #185 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com --- Developer-Guide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Developer-Guide.md b/Developer-Guide.md index f122caac9f..5d8536a5c3 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -181,6 +181,7 @@ You MUST choose one of `alpine`, `centos`, `clearlinux`, `euleros`, and `fedora` > **Note:** > +> - Check the [compatibility matrix](https://github.com/kata-containers/osbuilder#platform-distro-compatibility-matrix) before creating rootfs. > - You must ensure that the *default Docker runtime* is `runc` to make use of > the `USE_DOCKER` variable. If that is not the case, remove the variable > from the previous command. See [Checking Docker default runtime](#checking-docker-default-runtime). @@ -237,6 +238,10 @@ always set `AGENT_INIT` to `yes`. You MUST choose one of `alpine`, `centos`, `clearlinux`, `euleros`, and `fedora` for `${distro}`. +> **Note:** +> +> - Check the [compatibility matrix](https://github.com/kata-containers/osbuilder#platform-distro-compatibility-matrix) before creating rootfs. + Optionally, add your custom agent binary to the rootfs with the following: ``` $ sudo install -o root -g root -m 0550 -T ../../agent/kata-agent ${ROOTFS_DIR}/sbin/init