From b9d5acd9855bfdfa0dfa31d582be2dc6e0cd6d4a Mon Sep 17 00:00:00 2001 From: "zhanghj.lc" Date: Mon, 16 Sep 2019 23:13:16 -0400 Subject: [PATCH] Developer-Guide.md: update rootfs build description Add rootfs distro choices for debian,ubuntu, and suse. Fixes: #556. Signed-off-by: zhanghj.lc --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index 6cce20547a..60b420fe58 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -234,7 +234,7 @@ $ sudo rm -rf ${ROOTFS_DIR} $ cd $GOPATH/src/github.com/kata-containers/osbuilder/rootfs-builder $ script -fec 'sudo -E GOPATH=$GOPATH USE_DOCKER=true SECCOMP=no ./rootfs.sh ${distro}' ``` -You MUST choose one of `alpine`, `centos`, `clearlinux`, `euleros`, and `fedora` for `${distro}`. By default `seccomp` packages are not included in the rootfs image. Set `SECCOMP` to `yes` to include them. +You MUST choose one of `alpine`, `centos`, `clearlinux`, `debian`, `euleros`, `fedora`, `suse`, and `ubuntu` for `${distro}`. By default `seccomp` packages are not included in the rootfs image. Set `SECCOMP` to `yes` to include them. > **Note:** >