From a81e7715736c9d2612925c895c600412a3f78471 Mon Sep 17 00:00:00 2001 From: Liu Changcheng Date: Wed, 6 Jun 2018 13:36:54 +0800 Subject: [PATCH] rootfs: correct rootfs script deference var value shell usage function use wrong way to get AGENT_BIN value Fixes #103 Signed-off-by: Liu Changcheng --- rootfs-builder/rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs-builder/rootfs.sh b/rootfs-builder/rootfs.sh index be0fc7a73d..86b357f0b7 100755 --- a/rootfs-builder/rootfs.sh +++ b/rootfs-builder/rootfs.sh @@ -58,7 +58,7 @@ GO_AGENT_PKG: Change the golang package url to get the agent source code AGENT_BIN : Name of the agent binary (needed to check if agent is installed) USE_DOCKER: If set will build rootfs in a Docker Container (requries docker) DEFAULT: not set -AGENT_INIT : Use $(AGENT_BIN) as init process. +AGENT_INIT : Use ${AGENT_BIN} as init process. DEFAULT: no KERNEL_MODULES_DIR: Optional kernel modules to put into the rootfs. DEFAULT: ""