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 <changcheng.liu@intel.com>
This commit is contained in:
Liu Changcheng 2018-06-06 13:36:54 +08:00
parent 343c0b4299
commit a81e771573

View File

@ -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: ""