From dae6c7d967f2a45014fc61077a602ca9ed1b163e Mon Sep 17 00:00:00 2001 From: zhanghj Date: Tue, 1 Sep 2020 05:23:29 -0400 Subject: [PATCH] osbuilder: update usage of RUST_AGENT variable Update the default value of RUST_AGENT variable to 'yes' in usage description. fixes: #650 Signed-off-by: zhanghj --- tools/osbuilder/rootfs-builder/rootfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/osbuilder/rootfs-builder/rootfs.sh b/tools/osbuilder/rootfs-builder/rootfs.sh index 9800d9d8ce..9a92169f96 100755 --- a/tools/osbuilder/rootfs-builder/rootfs.sh +++ b/tools/osbuilder/rootfs-builder/rootfs.sh @@ -101,8 +101,8 @@ AGENT_INIT When set to "yes", use ${AGENT_BIN} as init process in place of systemd. Default value: no -RUST_AGENT When set to "yes", build kata-agent from kata-rust-agent instead of go agent - Default value: "no" +RUST_AGENT When set to "no", build kata-agent from go agent instead of kata-rust-agent + Default value: "yes" RUST_AGENT_PKG URL of the Git repository hosting the agent package. Default value: ${RUST_AGENT_PKG}