Merge pull request #103 from JerryOpenix/develop

rootfs: correct rootfs script deference var value
This commit is contained in:
Julio Montes 2018-06-07 09:11:14 -05:00 committed by GitHub
commit 6e3ed1b649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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