Merge pull request #79 from nitkon/patch-1

initrd-builder: fix initrd image name
This commit is contained in:
James O. D. Hunt 2018-04-04 13:51:15 +01:00 committed by GitHub
commit 1c45f4f666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ if [ -n "$DEBUG" ] ; then
fi
SCRIPT_NAME="${0##*/}"
INITRD_IMAGE="${INITRD_IMAGE:-kata-initrd.img}"
INITRD_IMAGE="${INITRD_IMAGE:-kata-containers-initrd.img}"
AGENT_BIN=${AGENT_BIN:-kata-agent}
AGENT_INIT=${AGENT_INIT:-no}